Method: CommandKit::Options::Option#name
- Defined in:
- lib/command_kit/options/option.rb
#name ⇒ Symbol (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The option's name.
21 22 23 |
# File 'lib/command_kit/options/option.rb', line 21 def name @name end |