class Shoulda::Matchers::ActiveModel::Validator

def call

def call
  !messages_match? && !captured_range_error?
end