Method: CommandKit::Options::Option#long
- Defined in:
- lib/command_kit/options/option.rb
#long ⇒ String (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 long-flag.
31 32 33 |
# File 'lib/command_kit/options/option.rb', line 31 def long @long end |