Method: Sys#ruby

Defined in:
lib/carat-dev/misc/sys.rb

#ruby(*args) ⇒ Object

Run a Ruby interpreter with the given arguments.



57
58
59
# File 'lib/carat-dev/misc/sys.rb', line 57

def ruby(*args)
  run "#{RUBY} #{args.join(' ')}"
end