Skip to content

Commit 1cdd763

Browse files
authored
Merge pull request #2550 from ksss/fix-encoding-converter-test
Run the `Encoding::Converter` test
2 parents 81827b1 + 15e70d9 commit 1cdd763

File tree

3 files changed

+362
-363
lines changed

3 files changed

+362
-363
lines changed

core/encoding.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ class Encoding::Converter < Object
785785
# - ec == other -> true or false
786786
# -->
787787
#
788-
def ==: (self) -> bool
788+
def ==: (untyped) -> bool
789789

790790
# <!--
791791
# rdoc-file=transcode.c

test/stdlib/Encoding_Converter_test.rb

Lines changed: 0 additions & 362 deletions
This file was deleted.

0 commit comments

Comments
 (0)