# File lib/common_helper.rb, line 97 def self.escape(str) URI.encode_www_form_component(str).gsub("+", "%20") end