undump -> StringRuby 2.5.0 から[permalink][rdoc][edit]-
self のエスケープを戻したものを返します。
String#dump の逆変換にあたります。
例p "\"hello \\n ''\"".undump #=> "hello \n ''"[SEE_ALSO] String#dump
undump -> StringRuby 2.5.0 から[permalink][rdoc][edit]self のエスケープを戻したものを返します。
String#dump の逆変換にあたります。
例p "\"hello \\n ''\"".undump #=> "hello \n ''"
[SEE_ALSO] String#dump