Flowdock
method

undump

Importance_1
v2_5_5 - Show latest stable - 0 notes - Class: String
undump() public

Produces unescaped version of str. See also String#dump because String#undump does inverse of String#dump.

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