aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/options.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-22 16:51:09 -0500
committerJack Nagel2013-06-22 21:34:03 -0500
commitc7c8d6c02dc54de7c3448207b85e226c75e7e611 (patch)
tree05bfe06e423d5e5bf2c3dfabb871976d4a54a291 /Library/Homebrew/options.rb
parent12b7c4e773a8eedef4009db4f4fdd10b2f1b1775 (diff)
downloadhomebrew-c7c8d6c02dc54de7c3448207b85e226c75e7e611.tar.bz2
Use OkJson directly
Diffstat (limited to 'Library/Homebrew/options.rb')
-rw-r--r--Library/Homebrew/options.rb4
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