From f76e8fda1b32e0ee952692480e42b8a4bcc6d5e8 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Thu, 28 May 2026 05:08:11 +0900 Subject: [PATCH] Add Parakeet's output methods to RBS --- bindings/ruby/sig/whisper.rbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index 91c92c84b..567fa58c4 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -525,6 +525,9 @@ module Whisper # def each_segment: { (Segment) -> void } -> void | () -> Enumerator[Segment] + + def to_srt: () -> String + def to_webvtt: () -> String end class Params