method
dasherized?
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Option
dasherized?()protected
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/parser/option.rb, line 134
def dasherized?
name.index("-") == 0
end