diff options
| author | Jack Nagel | 2013-06-22 16:51:09 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-06-22 21:34:03 -0500 | 
| commit | c7c8d6c02dc54de7c3448207b85e226c75e7e611 (patch) | |
| tree | 05bfe06e423d5e5bf2c3dfabb871976d4a54a291 /Library/Homebrew/options.rb | |
| parent | 12b7c4e773a8eedef4009db4f4fdd10b2f1b1775 (diff) | |
| download | homebrew-c7c8d6c02dc54de7c3448207b85e226c75e7e611.tar.bz2 | |
Use OkJson directly
Diffstat (limited to 'Library/Homebrew/options.rb')
| -rw-r--r-- | Library/Homebrew/options.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb index 20c6009f6..c7d1acca2 100644 --- a/Library/Homebrew/options.rb +++ b/Library/Homebrew/options.rb @@ -15,10 +15,6 @@ class Option    end    alias_method :to_str, :to_s -  def to_json -    flag.inspect -  end -    def <=>(other)      name <=> other.name    end | 
