Method: Bundler::Thor.stop_on_unknown_option?

Defined in:
lib/bundler/vendor/thor/lib/thor.rb

.stop_on_unknown_option?(command) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)
[View source]

424
425
426
# File 'lib/bundler/vendor/thor/lib/thor.rb', line 424

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