# File lib/mini_magick/tool.rb, line 145
    def <<(arg)
      args << arg.to_s
      self
    end