# File lib/paperclip/matchers/validate_attachment_content_type_matcher.rb, line 18
        def initialize attachment_name
          @attachment_name = attachment_name
          @allowed_types = []
          @rejected_types = []
        end