1
2
3
4
5
6
7
8
9
10
11
# Project conventions

## Environment

This project runs on the host Mac, not inside the ramekin container.
Write and edit code here, but don't expect `bundle exec rake` or
other runtime commands to work — the user tests locally.

## Ruby

- No `frozen_string_literal` comments. Omit them from all Ruby files.