diff --git a/core/io.rbs b/core/io.rbs index 0284fecde..ee955cbd6 100644 --- a/core/io.rbs +++ b/core/io.rbs @@ -2278,7 +2278,7 @@ class IO < Object # potential security vulnerabilities if called with untrusted input; see # [Command Injection](rdoc-ref:command_injection.rdoc). # - def self.binread: (String name, ?Integer? length, ?Integer offset) -> String + def self.binread: (path name, ?Integer? length, ?Integer offset) -> String #