class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher

def is_greater_than(value)

def is_greater_than(value)
  prepare_submatcher(comparison_matcher_for(value, :>).for(attribute))
  self
end