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