method

undump

ruby 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 ''"