Add signature of Parakeet::VERSION

This commit is contained in:
Kitaiti Makoto 2026-05-29 19:16:47 +09:00
parent b31e481780
commit ada170a786
1 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,8 @@ module Whisper
module Parakeet
extend LogSettable
VERSION: String
# Control logging output. The default behavior is to print to stderr.
#
def self.log_set: (nil, Object? user_data) -> nil