Run a Ruby interpreter with the given arguments.
# File rake/contrib/sys.rb, line 60 def ruby(*args) run "#{RUBY} #{args.join(' ')}" end
<code/>
<pre/>
<code/>and<pre/>for code samples.