From ff7fbfa19f96e59ef1779ac8823f1cc1e969aa38 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 29 May 2026 19:13:07 +0900 Subject: [PATCH] Add signature of Parakeet.system_info_str --- bindings/ruby/sig/whisper.rbs | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index 1e2befc0a..a05b2d1da 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -618,6 +618,7 @@ module Whisper # def self.log_set: (nil, Object? user_data) -> nil | (^(Integer level, String message, Object user_data) -> void, Object? user_data) -> nil + def self.system_info_str: () -> String class Context include Output::Context