12 lines
		
	
	
		
			309 B
		
	
	
	
		
			Ruby
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			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
 | 
