module Paperclip class Empty < Processor def initialize file, options = {}, attachment = nil end def make nil end end end