To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 85 / 85848dd34249f60ad32d28944cb4a9546d489175.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (247 Bytes)

1
require File.dirname(__FILE__) + '/string/conversions'
2
require File.dirname(__FILE__) + '/string/inflections'
3

    
4
class String #:nodoc:
5
  include Redmine::CoreExtensions::String::Conversions
6
  include Redmine::CoreExtensions::String::Inflections
7
end