Class: Nrb::Commands::Console
- Defined in:
- lib/nrb/commands/console.rb
Instance Method Summary collapse
Methods inherited from Inside
Methods inherited from Base
Instance Method Details
#start ⇒ Object
9 10 11 12 13 |
# File 'lib/nrb/commands/console.rb', line 9 def start required = require_main_file Pry.start unless [:pretend] required end |