mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Tweaks for String#encoding
This commit is contained in:
parent
56572baa4c
commit
54a578e72a
1 changed files with 5 additions and 2 deletions
|
@ -1177,9 +1177,12 @@ rb_enc_copy(VALUE obj1, VALUE obj2)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* obj.encoding -> encoding
|
||||
* encoding -> encoding
|
||||
*
|
||||
* Returns the Encoding object that represents the encoding of obj.
|
||||
* Returns an Encoding object that represents the encoding of +self+;
|
||||
* see {Encodings}[rdoc-ref:encodings.rdoc].
|
||||
*
|
||||
* Related: see {Querying}[rdoc-ref:String@Querying].
|
||||
*/
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue