irb icon indicating copy to clipboard operation
irb copied to clipboard

interactive Ruby

Results 116 irb issues
Sort by recently updated
recently updated
newest added

Support passing `-f` to `whereami` to show the full file, like `pry` does. > [!NOTE] > I added support for `-f`, but not for `--file`, since the only other IRB...

We have `edit` command which invokes a text editor from IRB. This is convenient when we launch IRB with `bin/console` command so that we can modify a bit of code...

enhancement for #1083 Implemented the ability for users to automatically execute commands like `do` and `pre` in the debug gem. Note: I tried using the debug gem to see what...

## Context By `bin/dev`, I mean the sort of wrapper script that [started shipping with Rails 7](https://www.fromthekeyboard.com/adding-bin-slash-dev-pre-rails-7/), which is just calling `exec foreman start -f Procfile.dev` to launch multiple processes...

#1024 Migrate nesting analysis from Ripper to Prism

#1024 Migrate syntax highlight from Ripper to Prism