RubyMine
 
Get RubyMine

IRB/Pry console

Last modified: 26 May 2024

RubyMine allows you to run the IRB or Pry console and interact with your application without leaving the IDE. You can use completion and navigation capabilities, run the console with additional options, and so on.

https://resources.jetbrains.com/help/img/idea/2024.3/irb_console_completion.png
Gif

Before using the IRB/Pry console, make sure that the Ruby interpreter is configured for your project. To use Pry, make sure that the pry gem is installed for your interpreter.