diff --git a/Library/Homebrew/extend/io.rb b/Library/Homebrew/extend/io.rb index 0195626bd15db..a6eb7d4b70a4a 100644 --- a/Library/Homebrew/extend/io.rb +++ b/Library/Homebrew/extend/io.rb @@ -1,7 +1,8 @@ -# typed: true # rubocop:todo Sorbet/StrictSigil +# typed: strict # frozen_string_literal: true class IO + sig { params(sep: String).returns(String) } def readline_nonblock(sep = $INPUT_RECORD_SEPARATOR) line = +"" buffer = +""