From b536fe60f46aa0323560fa3978d2af555bade7be Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Thu, 28 May 2026 21:03:53 +0900 Subject: [PATCH] Add LogSettable to RBS --- bindings/ruby/sig/whisper.rbs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index 5cdd95c99..845f551c6 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -455,7 +455,12 @@ module Whisper def abort_on: { (Object user_data) -> boolish } -> void end + module LogSettable + end + module Parakeet + extend LogSettable + # Control logging output. The default behavior is to print to stderr. # def self.log_set: (nil, Object? user_data) -> nil