aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dependencies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/dependencies.rb')
-rw-r--r--Library/Homebrew/dependencies.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/dependencies.rb b/Library/Homebrew/dependencies.rb
index c9ec0af94..1140c3eeb 100644
--- a/Library/Homebrew/dependencies.rb
+++ b/Library/Homebrew/dependencies.rb
@@ -119,9 +119,10 @@ class Dependencies
@deps * arg
end
- def to_ary
+ def to_a
@deps
end
+ alias_method :to_ary, :to_a
end
module Dependable