Command that loads the script and starts a pry console.
#ensure_inside_root
#opts, source_root
7 8 9 10
# File 'lib/nrb/commands/console.rb', line 7 def start require_main_file Nrb::Utils.console.start end