diff --git a/core/io/wait.rbs b/core/io/wait.rbs index cdeb653d1..476082766 100644 --- a/core/io/wait.rbs +++ b/core/io/wait.rbs @@ -1,26 +1,5 @@ %a{annotate:rdoc:skip} class IO - # - # Returns number of bytes that can be read without blocking. Returns zero if no - # information available. - # - # You must require 'io/wait' to use this method. - # - def nread: () -> Integer - - # - # Returns a truthy value if input available without blocking, or a falsy value. - # - # You must require 'io/wait' to use this method. - # - def ready?: () -> boolish - #