class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher
def is_greater_than_or_equal_to(value)
def is_greater_than_or_equal_to(value) prepare_submatcher(comparison_matcher_for(value, :>=).for(attribute)) self end
def is_greater_than_or_equal_to(value) prepare_submatcher(comparison_matcher_for(value, :>=).for(attribute)) self end