Tests whether the value in the record is greater than the expected set for the Comparison.
Tests that the record value matches the comparison
@param [Resource, Hash] record
The record containing the value to be matched
@return [Boolean]
@api semipublic
# File lib/dm-core/query/conditions/comparison.rb, line 799 799: def matches?(record) 800: return false if expected.nil? 801: record_value = record_value(record) 802: !record_value.nil? && record_value > expected 803: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.