Class: Rubydex::CLI::Command::Console
- Inherits:
-
Command
- Object
- Command
- Rubydex::CLI::Command::Console
- Defined in:
- lib/rubydex/cli/command/console.rb
Instance Method Summary collapse
-
#run ⇒ Object
: -> void.
Instance Method Details
#run ⇒ Object
: -> void
14 15 16 17 18 |
# File 'lib/rubydex/cli/command/console.rb', line 14 def run start_irb(build_graph($stderr)) end |