class Domo::Type
- Domo::Type
- Reference
- Object
Defined in:
domo/parser.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). -
#hash(hasher)
See
Object#hash(hasher)
- #members : Hash(String, Domo::Type)
- #name : String
- #subtypes : Set(Domo::Type)
- #to_s(io)
- #valid?
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).