instance method String#undump

undump -> String[permalink][rdoc][edit]

self のエスケープを戻したものを返します。

String#dump の逆変換にあたります。



"\"hello \\n ''\"".undump #=> "hello \n ''"

[SEE_ALSO] String#dump