10 lines
		
	
	
		
			254 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			254 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # typed: strict
 | |
| 
 | |
| # This file provides definitions for Forwardable#delegate, which is currently not supported by Sorbet.
 | |
| 
 | |
| class Formula
 | |
|   def self.on_system_blocks_exist?; end
 | |
|   # This method is included by `OnSystem`
 | |
|   def self.on_macos(&block); end
 | |
| end
 | 
