aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-13 11:09:57 -0500
committerJack Nagel2014-08-13 11:09:57 -0500
commit268cd143bef42acd82b52dd39ba05a3beda86275 (patch)
treeb2bf5f24c9a31451cd007415947f22c1aea7ba7e /Library/Homebrew/tab.rb
parent094c184b12b29c5978b3c669352991650fcba313 (diff)
downloadbrew-268cd143bef42acd82b52dd39ba05a3beda86275.tar.bz2
Replace Options.coerce with an alternate constructor
Diffstat (limited to 'Library/Homebrew/tab.rb')
-rw-r--r--Library/Homebrew/tab.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 202c02302..c5286ea4e 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -106,11 +106,11 @@ class Tab < OpenStruct
end
def used_options
- Options.coerce(super)
+ Options.create(super)
end
def unused_options
- Options.coerce(super)
+ Options.create(super)
end
def cxxstdlib