Flowdock
dump() public

Produces a version of str with all non-printing characters replaced by nnn notation and all special characters escaped.

"hello \n ''".dump  #=> "\"hello \\n ''\""
Register or log in to add new notes.