# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 83 def lower_than_high? return true if @high == (1.0/0) passes_validation_with_size(@high - 1) end