Fix args to ruby method
This commit is contained in:
parent
3957a35c33
commit
2dac10a711
@ -297,7 +297,7 @@ class Formula
|
||||
system "#{ruby_bin}/rake", *args
|
||||
end
|
||||
|
||||
def ruby
|
||||
def ruby *args
|
||||
system "#{ruby_bin}/ruby", *args
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user