Fix args to ruby method

This commit is contained in:
Jack Nagel 2013-02-02 11:23:55 -06:00
parent 3957a35c33
commit 2dac10a711

View File

@ -297,7 +297,7 @@ class Formula
system "#{ruby_bin}/rake", *args
end
def ruby
def ruby *args
system "#{ruby_bin}/ruby", *args
end