Update RBI files for bindata.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2022-09-28 13:30:55 +00:00
parent d94f8ea57a
commit 8cca8c3b9e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -456,6 +456,10 @@ class BinData::DelayedIO < ::BinData::Base
def do_num_bytes; end
def do_read(io); end
def do_write(io); end
def eval_parameter(key, overrides = T.unsafe(nil)); end
def eval_parameter_with_delayed_io(key, overrides = T.unsafe(nil)); end
def eval_parameter_without_delayed_io(key, overrides = T.unsafe(nil)); end
def include_obj?; end
def initialize_instance; end
def method_missing(symbol, *args, &block); end
def num_bytes; end