Method-Ray
A fast static callable method checker for Ruby code.
Requirements
Method-Ray supports Ruby 3.4 or later.
Installation
gem install methodray
Quick Start
VSCode Extension
- Install the Method-Ray VSCode extension
- Open a Ruby file in VSCode
- Errors will be highlighted automatically
CLI
# Check a single file
bundle exec methodray check app/models/user.rb
# Watch mode - auto re-check on file changes
bundle exec methodray watch app/models/user.rb
Contributing
Bug reports and pull requests are welcome on GitHub at this repository!
License
MIT License. See LICENSE file for details.