Class: Gotta::Run::Ruby::CLI::RunRuby

Inherits:
CLI::Command::Base
  • Object
show all
Defined in:
lib/gotta/run/ruby/cli/run_ruby.rb

Instance Method Summary collapse

Instance Method Details

#run!Object



27
28
29
30
31
32
# File 'lib/gotta/run/ruby/cli/run_ruby.rb', line 27

def run!
  require 'gotta/run/ruby'
  puts 'Starting Ruby runner...'
  runner = Gotta::Run::Ruby::Runner.new
  runner.start
end