10 lines
		
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| class CoreTap < Tap
 | |
|   # @private
 | |
|   def initialize
 | |
|     super "Homebrew", "core"
 | |
|     @full_name = "Homebrew/linuxbrew-core" unless Homebrew::EnvConfig.force_homebrew_on_linux?
 | |
|   end
 | |
| end
 | 
