# File lib/paperclip/processor.rb, line 32
    def self.make file, options = {}, attachment = nil
      new(file, options, attachment).make
    end