diff --git a/core/string.rbs b/core/string.rbs index f9e49719d..9fcff7d09 100644 --- a/core/string.rbs +++ b/core/string.rbs @@ -3665,7 +3665,7 @@ class String # Related: see [Converting to New # String](rdoc-ref:String@Converting+to+New+String). # - def lstrip: () -> String + def lstrip: (*selector) -> String #