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