8 lines
		
	
	
		
			93 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| require "os/mac/mach"
 | |
| 
 | |
| class Pathname
 | |
|   prepend MachOShim
 | |
| end
 | 
