Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions core/encoding.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -435,16 +435,6 @@ class Encoding < Object
#
def names: () -> ::Array[String]

# <!--
# rdoc-file=encoding.c
# - enc.replicate(name) -> encoding
# -->
# Returns a replicated encoding of *enc* whose name is *name*. The new encoding
# should have the same byte structure of *enc*. If *name* is used by another
# encoding, raise ArgumentError.
#
def replicate: (String name) -> Encoding
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


# <!--
# rdoc-file=encoding.c
# - enc.name -> string
Expand Down