diff --git a/Library/Homebrew/dependencies.rb b/Library/Homebrew/dependencies.rb index addc17725c..0e0637c818 100644 --- a/Library/Homebrew/dependencies.rb +++ b/Library/Homebrew/dependencies.rb @@ -22,9 +22,6 @@ class Dependencies @deps * arg end - def to_a - @deps - end alias_method :to_ary, :to_a def optional diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb index 23d1d31cb1..107f663c06 100644 --- a/Library/Homebrew/options.rb +++ b/Library/Homebrew/options.rb @@ -109,9 +109,6 @@ class Options self end - def to_a - @options.to_a - end alias_method :to_ary, :to_a def inspect