Class: Nrb::Commands::Starter

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

Overview

Command that loads the script.

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
# File 'lib/nrb/commands/starter.rb', line 7

def start
  require_main_file
end