abstract class Query::Any
- Query::Any
- Reference
- Object
Direct Known Subclasses
Defined in:
query.crClass Method Summary
- .any_or_query(value : Query)
- .any_or_query(value : Any)
- .any_or_query(value : T) forall T
- .value_of(value : Any)
- .value_of(value : T) forall T
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #equals(other)
- #inspect(io)
- #to_s(io)
- #value
Class Method Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).