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 / lib / redmine / core_ext / string.rb @ 912:5e80956cc792

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