12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
|
|
# typed: true
|
||
|
|
|
||
|
|
# DO NOT EDIT MANUALLY
|
||
|
|
# This is an autogenerated file for dynamic methods in `MachOShim`.
|
||
|
|
# Please instead update this file by running `bin/tapioca dsl MachOShim`.
|
||
|
|
|
||
|
|
|
||
|
|
module MachOShim
|
||
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
||
|
|
def dylib_id(*args, &block); end
|
||
|
|
end
|