class Gotta::Run::Ruby::CLI::RunRuby

Public Instance Methods

run!() click to toggle source
# 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