class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher
def is_less_than(value)
def is_less_than(value) prepare_submatcher(comparison_matcher_for(value, :<).for(attribute)) self end
def is_less_than(value) prepare_submatcher(comparison_matcher_for(value, :<).for(attribute)) self end