class ImageProcessing::MiniMagick::Processor
def limits(options)
def limits(options) options.each { |type, value| magick.args.unshift("-limit", type.to_s, value.to_s) } magick end
def limits(options) options.each { |type, value| magick.args.unshift("-limit", type.to_s, value.to_s) } magick end