diff options
| author | Jack Nagel | 2014-07-01 21:26:41 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-01 21:26:41 -0500 | 
| commit | 41312d54d07f3697b9d98f3a28ce36e6f42c4654 (patch) | |
| tree | 92ac1db77823fe5b0245c0d0aa257f7cd4c13eba /Library/Homebrew/options.rb | |
| parent | 3d9dcc9ef4ea1b58f465fa0c549b92c156dbc563 (diff) | |
| download | homebrew-41312d54d07f3697b9d98f3a28ce36e6f42c4654.tar.bz2 | |
Use to_a definition from Enumerable
Diffstat (limited to 'Library/Homebrew/options.rb')
| -rw-r--r-- | Library/Homebrew/options.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb index 23d1d31cb..107f663c0 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 | 
