class Nrb::Commands::Console

Command that loads the script and starts a pry console.

Public Instance Methods

start() click to toggle source
# File lib/nrb/commands/console.rb, line 7
def start
  require_main_file
  Nrb::Utils.console.start
end