class Shoulda::Matchers::ActiveModel::NumericalityMatchers::EvenNumberMatcher

def simple_description

def simple_description
  description = ''
  if expects_strict?
    description << 'strictly '
  end
  description +
    "disallow :#{attribute} from being an odd number"
end