diff options
-rw-r--r-- | doc/encodings.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Other characters, such as the Euro symbol, are multi-byte: s = "\u20ac" # => "€" s.bytes # => [226, 130, 172] -== The \Encoding \Class === \Encoding Objects |