# File lib/rake/contrib/sys.rb, line 57
57:   def ruby(*args)
58:     run "#{RUBY} #{args.join(' ')}"
59:   end