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