Method: CommandKit::Options::OptionValue#default

Defined in:
lib/command_kit/options/option_value.rb

#defaultObject, ... (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 default parsed value for the argument value.



50
51
52
# File 'lib/command_kit/options/option_value.rb', line 50

def default
  @default
end