mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 19:36:00 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@21267 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -5,6 +5,6 @@ require File.dirname(__FILE__) + '/string/inflections'
|
|||||||
|
|
||||||
# @private
|
# @private
|
||||||
class String
|
class String
|
||||||
include Redmine::CoreExtensions::String::Conversions
|
include Redmine::CoreExt::String::Conversions
|
||||||
include Redmine::CoreExtensions::String::Inflections
|
include Redmine::CoreExt::String::Inflections
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
module Redmine
|
module Redmine
|
||||||
# @private
|
# @private
|
||||||
module CoreExtensions
|
module CoreExt
|
||||||
# @private
|
# @private
|
||||||
module String
|
module String
|
||||||
# Custom string conversions
|
# Custom string conversions
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
module Redmine
|
module Redmine
|
||||||
# @private
|
# @private
|
||||||
module CoreExtensions
|
module CoreExt
|
||||||
# @private
|
# @private
|
||||||
module String
|
module String
|
||||||
# Custom string inflections
|
# Custom string inflections
|
||||||
|
|||||||
Reference in New Issue
Block a user