# File lib/mini_magick.rb, line 75
    def <<(*args)
      run_command("mogrify", *args << @path)
    end