Add LogSettable to RBS

This commit is contained in:
Kitaiti Makoto 2026-05-28 21:03:53 +09:00
parent cbfe86f455
commit b536fe60f4
1 changed files with 5 additions and 0 deletions

View File

@ -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