7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# typed: strict
 | 
						|
 | 
						|
class Keg
 | 
						|
  # This is only true under MacOS, so can lead to true negative type errors
 | 
						|
  include OS::Mac::Keg
 | 
						|
end
 |