Module: Squeel::PredicateMethods::Function
- Defined in:
- lib/squeel/predicate_methods/function.rb
Instance Method Summary collapse
Instance Method Details
#predicate(method_name, value = :__undefined__) ⇒ Object
4 5 6 |
# File 'lib/squeel/predicate_methods/function.rb', line 4 def predicate(method_name, value = :__undefined__) Nodes::Predicate.new self, method_name, value end |