# File lib/paperclip/style.rb, line 59
    def source_file_options
      @source_file_options.respond_to?(:call) ? @source_file_options.call(attachment.instance) : 
        (@source_file_options || attachment.send(:extra_source_file_options_for, name))
    end