Update RBI files for msgpack.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-03-29 20:21:34 +00:00
parent a4e35411a4
commit 87bd739ff8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 24 additions and 15 deletions

View File

@ -101,25 +101,14 @@ class MessagePack::Factory::Pool
def dump(object); end
def load(data); end
def packer(&block); end
def unpacker(&block); end
end
class MessagePack::Factory::Pool::AbstractPool
class MessagePack::Factory::Pool::MemberPool
def initialize(size, &block); end
def checkin(member); end
def checkout; end
end
class MessagePack::Factory::Pool::PackerPool < ::MessagePack::Factory::Pool::AbstractPool
private
def reset(packer); end
end
class MessagePack::Factory::Pool::UnpackerPool < ::MessagePack::Factory::Pool::AbstractPool
private
def reset(unpacker); end
def with; end
end
class MessagePack::Packer

View File

@ -6568,6 +6568,26 @@ class RuboCop::Cask::AST::Stanza
def on_arch_conditional?(); end
def on_arm?(); end
def on_big_sur?(); end
def on_catalina?(); end
def on_el_capitan?(); end
def on_high_sierra?(); end
def on_intel?(); end
def on_mojave?(); end
def on_monterey?(); end
def on_sierra?(); end
def on_ventura?(); end
def pkg?(); end
def postflight?(); end