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
commit60984fa58e22a6a8a17523b6c9f843a098025d51 (patch)
treedb3c82bb58ed6532052b7dcde370c377da611f31 /Library
parent15d74ebc4c1c4df8553f4bfc1d4c7c34cffecda6 (diff)
downloadhomebrew-60984fa58e22a6a8a17523b6c9f843a098025d51.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