# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 49
        def negative_failure_message
          "Attachment #{@attachment_name} cannot be between #{@low} and #{@high} bytes"
        end