Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 189 Bytes

File metadata and controls

2 lines (2 loc) · 189 Bytes
  • Never use is_a? because it asks the wrong object. Prefer === or in or case/when.
  • Run tests with mise run test, you can always run all the tests becuase they’re very fast.