class ImageProcessing::Pipeline
def initialize(options)
def initialize(options) fail Error, "source file is not provided" unless options[:source] options.each do |name, value| instance_variable_set(:"@#{name}", value) end end
def initialize(options) fail Error, "source file is not provided" unless options[:source] options.each do |name, value| instance_variable_set(:"@#{name}", value) end end