class Gem::OptionParser::ParseError

def inspect

def inspect
  "#<#{self.class}: #{args.join(' ')}>"
end