brew/Library/Homebrew/sorbet/rbi/dsl/mach_o_shim.rbi
2024-10-14 19:50:09 -07:00

12 lines
309 B
Ruby
Generated

# 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