method
human_name
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Option
human_name()public
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/parser/option.rb, line 78
def human_name
@human_name ||= dasherized? ? undasherize(name) : name
end