diff options
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 |
