class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher

def comparison_matcher_for(value, operator)

def comparison_matcher_for(value, operator)
  @comparison_matcher = true
  ComparisonMatcher.
    new(self, value, operator).
    for(attribute)
end