# File lib/haml/helpers.rb, line 564 def escape_once(text) text = text.to_s text.gsub(HTML_ESCAPE_ONCE_REGEX){|s| HTML_ESCAPE[s]} end