Flowdock
escape_once(html) public

Returns the escaped html without affecting existing escaped entities.

  escape_once("1 > 2 & 3")
   # => "1 < 2 & 3"
Show source
Register or log in to add new notes.