 2cbce1fbf0
			
		
	
	
		2cbce1fbf0
		
	
	
	
	
		
			
			Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
		
			
				
	
	
		
			8 lines
		
	
	
		
			128 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			128 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| require "tap"
 | |
| 
 | |
| class Tap
 | |
|   def core_formula_repository?
 | |
|     odisabled "Tap#core_formula_repository?", "Tap#core_tap?"
 | |
|   end
 | |
| end
 |