Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update AGENTS.md

+1 -1
+1 -1
AGENTS.md
··· 1 1 - Never use `is_a?` because it asks the wrong object. Prefer `===` or `in` or `case`/`when`. 2 - - Check `mise.toml` for project tasks. 2 + - Run tests with `mise run test`, you can always run all the tests becuase they’re very fast.