# File lib/common_helper.rb, line 79 def self.escape(str) URI.encode_www_form_component(str).gsub("+", "%20") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.