diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-03-11 04:54:16 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-03-11 04:54:16 +0000 |
commit | d131cf88c13e796d2329cdaf4443870690cb49d1 (patch) | |
tree | 20021b4581795064e7d383aeedb80f7a9c314747 /lib/redmine/core_ext | |
parent | 0773d24a873ea71399503a1a728975f5355597c2 (diff) | |
download | redmine-d131cf88c13e796d2329cdaf4443870690cb49d1.tar.gz redmine-d131cf88c13e796d2329cdaf4443870690cb49d1.zip |
set svn:eol-style native lib/redmine/core_ext/date.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9213 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/core_ext')
-rw-r--r-- | lib/redmine/core_ext/date.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/redmine/core_ext/date.rb b/lib/redmine/core_ext/date.rb index d3a4ecd4e..9244b5d6e 100644 --- a/lib/redmine/core_ext/date.rb +++ b/lib/redmine/core_ext/date.rb @@ -1,5 +1,5 @@ -require File.dirname(__FILE__) + '/date/calculations'
-
-class Date #:nodoc:
- include Redmine::CoreExtensions::Date::Calculations
-end
+require File.dirname(__FILE__) + '/date/calculations' + +class Date #:nodoc: + include Redmine::CoreExtensions::Date::Calculations +end |