method

undump

v2_6_3 - Show latest stable - 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 ''"