# File lib/fog/cloudstack.rb, line 13 def self.escape(string) string = CGI::escape(string) string = string.gsub("+","%20") string end