Method: Jets::Commands::Main#runner

Defined in:
lib/jets/commands/main.rb

#runner(code) ⇒ Object



75
76
77
# File 'lib/jets/commands/main.rb', line 75

def runner(code)
  Runner.run(code)
end