# File lib/mini_magick.rb, line 446 def initialize(command, *options) @command = command @args = [] options.each { |arg| push(arg) } end