# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 88 def higher_than_high? return true if @high == (1.0/0) not passes_validation_with_size(@high + 1) end