diff --git a/core/string.rbs b/core/string.rbs index 59d3122d4..947af5e63 100644 --- a/core/string.rbs +++ b/core/string.rbs @@ -1623,7 +1623,7 @@ class String # # Related: see [Modifying](rdoc-ref:String@Modifying). # - def append_as_bytes: (String) -> String + def append_as_bytes: (*String | Integer) -> String #