Class: ActiveRecord::HashOptions::GTE
- Defined in:
- lib/active_record/hash_options/operators.rb
Instance Attribute Summary
Attributes inherited from GenericOp
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from GenericOp
Constructor Details
This class inherits a constructor from ActiveRecord::HashOptions::GenericOp
Class Method Details
Instance Method Details
#call(val) ⇒ Object
47 48 49 |
# File 'lib/active_record/hash_options/operators.rb', line 47 def call(val) val && val >= expression end |