abstract class Optarg::OptionValueContainer
- Optarg::OptionValueContainer
- Reference
- Object
Defined in:
optarg/option_value_container.crInstance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #[](klass : ::String.class) : Hash(String, String)
- #[](klass : ::Bool.class) : Hash(String, Bool)
- #[](klass : ::Array(::String).class) : Hash(String, Array(String))
- #__bools : Hash(String, Bool)
- #__string_arrays : Hash(String, Array(String))
- #__strings : Hash(String, String)
- #__to_tuple
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
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
.