Object
# File lib/core_ext/string.rb, line 6 def sanitize Loofah.scrub_fragment(self, :prune).to_s end
# File lib/core_ext/string.rb, line 2 def sanitize! self.replace(sanitize) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.