method

undasherize

undasherize(str)
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/parser/option.rb, line 138
    def undasherize(str)
      str.sub(/^-{1,2}/, "")
    end