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