Method: Bundler::Thor::Option#show_default?
- Defined in:
- lib/bundler/vendor/thor/lib/thor/parser/option.rb
permalink #show_default? ⇒ Boolean
107 108 109 110 111 112 113 114 |
# File 'lib/bundler/vendor/thor/lib/thor/parser/option.rb', line 107 def show_default? case default when TrueClass, FalseClass true else super end end |