This is the repository for the Ruby gem Zeitwerk, which provides autoloading, eager loading, and reloading for Ruby projects.
- Read the README.md.
- Study the current implemetation under the
libdirectory. - Study the existing test suite under
test. - Execute commands for Ruby tools with
mise exec -- <command>.
- Read PROJECT_RULES.md.
- How to run the entire test suite:
mixe exec -- bin/test. - How to run the tests in a certain file:
mise exec -- bin/test <file> - How to run the test in a certain file and line:
mise exec -- bin/test <file>:<line>