# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 75
        def lower_than_low?
          not passes_validation_with_size(@low - 1)
        end