class Bundler::Thor

def stop_on_unknown_option?(command) #:nodoc:

:nodoc:
def stop_on_unknown_option?(command) #:nodoc:
  command && stop_on_unknown_option.include?(command.name.to_sym)
end