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