From c7c8d6c02dc54de7c3448207b85e226c75e7e611 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 22 Jun 2013 16:51:09 -0500 Subject: Use OkJson directly --- Library/Homebrew/options.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/options.rb') 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 -- cgit v1.2.3