mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Tweak for String#dump
This commit is contained in:
parent
45e65f55bc
commit
7ca3b38a95
1 changed files with 1 additions and 2 deletions
|
@ -460,8 +460,7 @@
|
|||
#
|
||||
# _Substitution_
|
||||
#
|
||||
# - #dump: Returns a copy of +self+ with all non-printing characters replaced by \xHH notation
|
||||
# and all special characters escaped.
|
||||
# - #dump: Returns a printable version of +self+, enclosed in double-quotes.
|
||||
# - #undump: Returns a copy of +self+ with all <tt>\xNN</tt> notations replaced by <tt>\uNNNN</tt> notations
|
||||
# and all escaped characters unescaped.
|
||||
# - #sub: Returns a copy of +self+ with the first substring matching a given pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue