test - just a ron test
test
Foo
Always use attr_reader, attr_writer or attr_accessor. Do not use for...in; use each instead. Do not use and/or; use &&/|| instead.
attr_reader
attr_writer
attr_accessor
for...in
and
or
&&
||
Bar