Class: Nrb::Commands::Console

Inherits:
Inside
  • Object
show all
Defined in:
lib/nrb/commands/console.rb

Overview

Command that loads the script and starts a pry console.

Instance Method Summary collapse

Methods inherited from Inside

#ensure_inside_root

Methods inherited from Base

#opts, source_root

Instance Method Details

#startObject



7
8
9
10
# File 'lib/nrb/commands/console.rb', line 7

def start
  require_main_file
  Nrb::Utils.console.start
end