method

dasherized?

dasherized?()
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/parser/option.rb, line 134
    def dasherized?
      name.index("-") == 0
    end