Class: TransactionQL::Expression
- Inherits:
-
Object
- Object
- TransactionQL::Expression
- Defined in:
- lib/transaction_ql/expressions.rb
Direct Known Subclasses
All, Any, Match, Not, NumericExpression
Instance Method Summary collapse
Instance Method Details
#matches?(hash) ⇒ Boolean
3 4 5 |
# File 'lib/transaction_ql/expressions.rb', line 3 def matches?(hash) false end |