mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-10-31 04:05:23 +00:00 
			
		
		
		
	* Added .deepsource.toml * Removed bad use of `alias` * Fixed operand order in the binary expression * Prefixed unused method arguments with an underscore * Replaced the old OpenSSL algorithmic constants with the newer strings initializers. * Removed unnecessary UTF-8 encoding comment
		
			
				
	
	
		
			6 lines
		
	
	
		
			90 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			90 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| if String.method_defined?(:blank_as?)
 | |
|   class String
 | |
|     alias blank? blank_as?
 | |
|   end
 | |
| end
 |