class PheltObject::HashKey
- PheltObject::HashKey
- Reference
- Object
Defined in:
object/object.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). -
#hash(hasher)
See
Object#hash(hasher)
- #type : String.class | Integer.class
- #type=(type : String.class | Integer.class)
- #value : UInt64
- #value=(value : UInt64)
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).