# File lib/paperclip/processor.rb, line 23
    def initialize file, options = {}, attachment = nil
      @file = file
      @options = options
      @attachment = attachment
    end