Backport #2392
closed"Date.valid_civil?" issue in p383
Description
=begin
This is how I tested:
$ irb
ruby-1.8.6-p383 > require "date"
=> true
ruby-1.8.6-p383 > Date.valid_civil?(2009, 11, 23)
=> nil
System information:
$ rvm info
system:
uname: "Linux batmobile 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686 Intel(R) Pentium(R) M processor 1.60GHz GenuineIntel GNU/Linux"
ruby:
interpreter: "ruby"
version: "1.8.6"
date: "2009-08-04"
platform: "i686-linux"
patchlevel: "2009-08-04 patchlevel 383"
full_version: "ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-linux]"
homes:
gem: "/home/ozgun/.rvm/gems/ruby/1.8.6"
ruby: "/home/ozgun/.rvm/ruby-1.8.6-p383"
binaries:
ruby: "/home/ozgun/.rvm/ruby-1.8.6-p383/bin/ruby"
irb: "/home/ozgun/.rvm/ruby-1.8.6-p383/bin/irb"
gem: "/home/ozgun/.rvm/ruby-1.8.6-p383/bin/gem"
rake: "/home/ozgun/.rvm/ruby-1.8.6-p383/bin/rake"
environment:
GEM_HOME: "/home/ozgun/.rvm/gems/ruby/1.8.6"
MY_RUBY_HOME: "/home/ozgun/.rvm/ruby-1.8.6-p383"
IRBRC: "/home/ozgun/.rvm/ruby-1.8.6-p383/.irbrc"
This is my first post here, hope I'm doing it right.
Thanks.
=end