aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-02-02 11:23:55 -0600
committerJack Nagel2013-02-02 11:23:55 -0600
commit2dac10a71146d44cfa8dd985a9187ed5384d9e7f (patch)
treea37ddf1b151efc7eba4c8ada7c539d7ce539ed83 /Library
parent3957a35c338c029512621b78a4b65c3ecdee22bc (diff)
downloadbrew-2dac10a71146d44cfa8dd985a9187ed5384d9e7f.tar.bz2
Fix args to ruby method
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 82410d3e8..29b9f9daa 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -297,7 +297,7 @@ class Formula
system "#{ruby_bin}/rake", *args
end
- def ruby
+ def ruby *args
system "#{ruby_bin}/ruby", *args
end