# File lib/dragonfly/shell.rb, line 21
    def escape(string)
      Shellwords.escape(string)
    end