mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 18:36:07 +01:00 
			
		
		
		
	Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
		
			
				
	
	
		
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| require File.dirname(__FILE__) + '/string/conversions'
 | |
| require File.dirname(__FILE__) + '/string/inflections'
 | |
| 
 | |
| # @private
 | |
| class String
 | |
|   include Redmine::CoreExtensions::String::Conversions
 | |
|   include Redmine::CoreExtensions::String::Inflections
 | |
| end
 |