method
stop_on_unknown_option
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor
stop_on_unknown_option()protected
No documentation available.
# File lib/bundler/vendor/thor/lib/thor.rb, line 344
def stop_on_unknown_option #:nodoc:
@stop_on_unknown_option ||= Set.new
end