mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[DOC] Tweaks for String#encoding
This commit is contained in:
parent
56572baa4c
commit
54a578e72a
@ -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…
x
Reference in New Issue
Block a user