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