 ba3c46d24f
			
		
	
	
		ba3c46d24f
		
	
	
	
	
		
			
			Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented.
		
			
				
	
	
		
			9 lines
		
	
	
		
			171 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			171 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| module Utils
 | |
|   module Shell
 | |
|     def self.shell_profile
 | |
|       odeprecated "Utils::Shell.shell_profile", "Utils::Shell.profile"
 | |
|       Utils::Shell.profile
 | |
|     end
 | |
|   end
 | |
| end
 |