diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb index 1545128f51..20c6009f66 100644 --- a/Library/Homebrew/options.rb +++ b/Library/Homebrew/options.rb @@ -106,7 +106,7 @@ class Options alias_method :to_ary, :to_a def inspect - "#<#{self.class}: #{@options.map(&:inspect).join(", ")}>" + "#<#{self.class}: #{to_a.inspect}>" end def self.coerce(arg)