Method: CommandKit::Options::Option#equals?
- Defined in:
- lib/command_kit/options/option.rb
#equals? ⇒ Boolean
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.
Specifies if the option is of the form --opt=VALUE.
126 127 128 |
# File 'lib/command_kit/options/option.rb', line 126 def equals? @equals end |