Class: Nrb::Commands::Console
- Inherits:
-
InsideGroup
- Object
- Thor::Group
- InsideGroup
- Nrb::Commands::Console
- Defined in:
- lib/nrb/commands/console.rb
Instance Method Summary collapse
Methods inherited from InsideGroup
#check_inside?, desc_with_warning, source_root, warning
Instance Method Details
#start ⇒ Object
8 9 10 11 |
# File 'lib/nrb/commands/console.rb', line 8 def start require_main_file Pry.start end |