diff options
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 20f7b729b..15b0b59ea 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -77,11 +77,11 @@ class Tab < OpenStruct end def used_options - Options.new(super.map { |o| Option.new(o) }) + Options.coerce(super) end def unused_options - Options.new(super.map { |o| Option.new(o) }) + Options.coerce(super) end def options |
