Method: Bundler::Thor::Option#human_name

Defined in:
lib/bundler/vendor/thor/lib/thor/parser/option.rb

#human_nameObject

[View source]

79
80
81
# File 'lib/bundler/vendor/thor/lib/thor/parser/option.rb', line 79

def human_name
  @human_name ||= dasherized? ? undasherize(name) : name
end