# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 19
        def initialize attachment_name
          @attachment_name = attachment_name
          @low, @high = 0, (1.0/0)
        end