method
escape_once
escape_once(html)
public
Returns the escaped html without affecting existing escaped entities.
escape_once("1 > 2 & 3") # => "1 < 2 & 3"
escape_once(html)
public
Returns the escaped html without affecting existing escaped entities.
escape_once("1 > 2 & 3") # => "1 < 2 & 3"