aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/lib
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-11 16:27:25 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-11 16:27:25 +0000
commitaf7a09a6874c0d6a6c37344c36da8e3bed782c9f (patch)
tree274e5323b94ba808aef81b080d0ed98cb3dae498 /ext/date/lib
parente26e4b2cdf1c684b10f6620502b829390763f517 (diff)
downloadruby-af7a09a6874c0d6a6c37344c36da8e3bed782c9f.tar.gz
* ext/date/date_core.c: changed some directives.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/lib')
-rw-r--r--ext/date/lib/date.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb
index e48da79359..ed24532d51 100644
--- a/ext/date/lib/date.rb
+++ b/ext/date/lib/date.rb
@@ -1216,7 +1216,7 @@ class Date
def new_start_r(sg=self.class::ITALY) self.class.new_r!(ajd, offset, sg) end # :nodoc:
- private :start_r, :new_start_r
+ private :new_start_r
# Create a copy of this Date object that uses the Italian/Catholic
# Day of Calendar Reform.