mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix the pseudo code
This commit is contained in:
parent
62c1583353
commit
0be2049a89
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@ class String
|
|||
# see {Encoding Options}[rdoc-ref:encoding.rdoc@Encoding+Options].
|
||||
def encode(dst_encoding = Encoding.default_internal, **enc_opts)
|
||||
# Pseudo code
|
||||
Builtin.str_transcode!(...)
|
||||
Primitive.str_encode(...)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue