abstract class Optarg::ArgumentValueContainer

Defined in:

optarg/argument_value_container.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def __named : Hash(String, String) #

[View source]
def __nameless : Array(String) #

[View source]
def __values : Array(String) #

[View source]
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.


[View source]

Macro Detail

macro method_missing(call) #

[View source]