# File lib/mini_magick.rb, line 127 def combine_options(&block) c = CommandBuilder.new block.call c run_command("mogrify", *c.args << @path) end