class Gem::OptionParser::Switch

def omitted_argument(val) # :nodoc:

:nodoc:
def omitted_argument(val)   # :nodoc:
  val.pop if val.size == 3 and val.last.nil?
  val
end