Method: Bundler::Thor::Argument#name
- Defined in:
- lib/bundler/vendor/thor/lib/thor/parser/argument.rb
#name ⇒ Object (readonly) Also known as: human_name
Returns the value of attribute name.
5 6 7 |
# File 'lib/bundler/vendor/thor/lib/thor/parser/argument.rb', line 5 def name @name end |