abstract class Optarg::ArgumentValueContainer
- Optarg::ArgumentValueContainer
- Reference
- Object
Defined in:
optarg/argument_value_container.crInstance Method Summary
-
#==(other)
Returns
false(other can only be aValuehere). - #__named : Hash(String, String)
- #__nameless : Array(String)
- #__values : Array(String)
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
Macro Summary
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false (other can only be a Value here).
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO) which can be overridden for custom implementations.
Also see #to_s.