Project

General

Profile

Activity

From 02/13/2011 to 02/19/2011

02/19/2011

10:54 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Ok, I have pinpointed the problem. I do not need to move /opt. To diagnose this, I created a new rails app. I...
krz (Christian Fazzini)
09:34 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
On 19 February 2011 03:08, Christian Fazzini <[email protected]> wrote:
> Issue #4373 has been updated b...
Eregon (Benoit Daloze)
11:08 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Benoit, I'll go through those steps you suggested.

By the way, is 1.9.3 safe to use in production? Any r...
krz (Christian Fazzini)
06:38 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
On 6 February 2011 18:43, Christian Fazzini <[email protected]> wrote:
> Issue #4373 has been updated by...
Eregon (Benoit Daloze)
10:50 AM Bug #4408: Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
=begin
The Cipher class uses the OpenSSL EVP API, but if you look in the file evp.h in all available OpenSSL version...
MartinBosslet (Martin Bosslet)
08:57 AM Bug #4410: Install fails with missing readline.so in fileutils.rb
=begin
Doesn't happen with a plain make install either. I'd be interested to know what's going on, though.
=end
meta (mathew murphy)
08:44 AM Bug #4410: Install fails with missing readline.so in fileutils.rb
=begin
Problem doesn't seem to occur on RHEL 5.3.
=end
meta (mathew murphy)
08:41 AM Bug #4410 (Third Party's Issue): Install fails with missing readline.so in fileutils.rb
=begin
Checkinstall running make install:

[ many lines omitted ]
./miniruby -I./lib -I.ext/common -I./- -r./...
meta (mathew murphy)
06:47 AM Bug #3972 (Closed): r28668 breaks test/unit when combined with the testing rake task
=begin
This issue was solved with changeset r30913.
Aaron, thank you for reporting this issue.
Your contribution t...
Anonymous
06:19 AM Bug #4405: WIN32OLE & Threads incompatible
=begin
We struggled with this a bit on JRuby too while implementing win32ole. The contract under which we implemente...
headius (Charles Nutter)
06:06 AM Bug #4409 (Closed): DRb: discrepency between DRb.here? and DRb.uri leads to failure to dereference a DrbObject
=begin
When a reference on a local object is sent back by a client to a server, it may not be recognised as a local...
nbondoux (Nicolas Bondoux)
03:57 AM Bug #4394: Bug in floating point multiplication
You can also do
>> (12.4 * 1.05).round(2)
=> 13.02
rogerdpack (Roger Pack)

02/18/2011

05:14 PM Bug #4407: rubygems test should use require_relative
=begin

On Feb 17, 2011, at 05:13 , Shota Fukumori wrote:

> require 'rubygems/package/tar_test_case'
> -require...
zenspider (Ryan Davis)
08:49 AM Bug #4408 (Third Party's Issue): Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
=begin
It is my understanding that due to the current Ruby OpenSSL bindings, only the following ciphers modes are s...
micah (micah anderson)
05:20 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
=begin
sorry for the poor example, the proposal should have been to make


Dir['C:\Users\Public\Desktop\*']
...
rogerdpack (Roger Pack)
04:25 AM Bug #3972 (Open): r28668 breaks test/unit when combined with the testing rake task
=begin
r30849 causes this bug again. Please revert r30849 or stop including `include Test::Unit::RequireFiles` in `...
tenderlovemaking (Aaron Patterson)
02:30 AM Bug #4400: nested at_exit hooks run in strange order
=begin
On Thu, Feb 17, 2011 at 10:16 AM, Charles Nutter <[email protected]>wrote:

> Issue #4400 has been upda...
jballanc (Joshua Ballanco)
12:16 AM Bug #4400: nested at_exit hooks run in strange order
=begin
FWIW, JRuby already seems to match the C ordering, thought I don't think we did it on purpose:


~/proj...
headius (Charles Nutter)
01:00 AM Bug #4401: override :method method breaks Psych
=begin
Fails the same in JRuby (we just reuse Psych's .rb code): http://jira.codehaus.org/browse/JRUBY-5520
=end
headius (Charles Nutter)
12:50 AM Feature #4265: Provide a core method Kernel#ruby for invoking a new Ruby instance
=begin
On Wed, Feb 16, 2011 at 5:40 PM, Roger Pack <[email protected]> wrote:
>> As Hongli pointed out, and as ...
headius (Charles Nutter)

02/17/2011

10:47 PM Bug #3720 (Closed): test_marshal_dump_extra_iv doesn't check as intended
=begin
This issue was solved with changeset r30891.
Tomoyuki, thank you for reporting this issue.
Your contributio...
nagachika (Tomoyuki Chikanaga)
10:13 PM Bug #4407 (Closed): rubygems test should use require_relative
=begin
hi,

rubygem's some tests should use require_relative.

Patch is here

diff --git test/rubygems/t...
sorah (Sorah Fukumori)
08:03 PM Bug #4401: override :method method breaks Psych
=begin
The other way, might be:

Object.instance_method(:method).bind(target).call(:to_yaml).source_location...
godfat (Lin Jen-Shin)
06:37 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Sorry, I can't suggest any ways.

Anyone can suggest a way to he?
=end
sorah (Sorah Fukumori)
05:56 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, what approach can I take to overcome this issue? What do you suggest? Perhaps, I can remove RVM comple...
krz (Christian Fazzini)
05:30 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
1.9.2's ruby_lib_version is 1.9.1, so library directory is 1.9.1. (See 1.9.2's NEWS)

And I can't decide ...
sorah (Sorah Fukumori)
04:43 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Yea it is. Earlier you told me to do $LOADED_FEATURES. I was just checking if its normal for the output of $L...
krz (Christian Fazzini)
04:39 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Related to your issue (this thread's issue)
=end
sorah (Sorah Fukumori)
04:36 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Shota, what is the related issue? I am still getting the same error as initial post.
=end
krz (Christian Fazzini)
02:07 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
[ruby-list:47892] (Japanese) is related issue?

--
Shota Fukumori a.k.a. @sora_h - http://codnote.net/
=...
sorah (Sorah Fukumori)
02:06 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Any updates on this?

At above paste. Is it normal that openssl is bundled/using ruby 1.9.1. Look at this l...
krz (Christian Fazzini)
05:45 PM Bug #4405 (Closed): WIN32OLE & Threads incompatible
=begin
The WIN32OLE library does not work when using Ruby threads. It may raise exceptions such as this:

(drub...
larsch (Lars Christensen)
04:13 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
よしだあつしです。

Rubyのポリシーとして環境変数にパスワードは書いてはいけないということはわかりました。
ただ私が問題だと思ったのはcurlやwgetでは受け入れられているものが
「何も言わずに無視される...
yalab (あつし よしだ)
02:22 PM Feature #4402 (Closed): Include an "in" operator
=begin
Duplicated: http://redmine.ruby-lang.org/issues/show/3845
=end
naruse (Yui NARUSE)
02:13 PM Bug #4359 (Rejected): regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
=begin
> I suppose I could add a special case, but that seems strange. It also
> seems strange that inspect will ...
naruse (Yui NARUSE)
10:48 AM Bug #4359: regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
=begin
On Tue, Feb 15, 2011 at 04:23:24PM +0900, Yui NARUSE wrote:
> Issue #4359 has been updated by Yui NARUSE.
>...
tenderlovemaking (Aaron Patterson)
12:44 PM Feature #4257: switch_hitter - an acceleration of date library
=begin
Looks good, no unexpected failures in home_run's test suite.
=end
jeremyevans0 (Jeremy Evans)
06:43 AM Feature #4257: switch_hitter - an acceleration of date library
=begin
Added http://jira.codehaus.org/browse/JRUBY-5518 to track this. We'll want to implement a Java version of swi...
headius (Charles Nutter)
09:58 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
=begin
Hi,

You should escape backslash in double quoted string literal("" or %!!) as follows,

Dir[%!C:\\Us...
nagachika (Tomoyuki Chikanaga)
09:52 AM Bug #4404: Make Dir.glob respect backslash as if slash in windows
=begin
I don't think your example string means what you think it means:

$ ruby -e 'p %!a\x65!, %q!a\x65!'
"ae...
drbrain (Eric Hodel)
05:17 AM Bug #4404 (Rejected): Make Dir.glob respect backslash as if slash in windows
=begin
Hello all.
Related to

http://redmine.ruby-lang.org/issues/show/2625

I at times find myself usin...
rogerdpack (Roger Pack)
06:48 AM Bug #3660: Trace events seem to be missing
=begin
It's worth mentioning that tracer is broken in JRuby for the same reason. Depending on caller to be the same ...
headius (Charles Nutter)
03:24 AM Bug #4403: require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
=begin
On Wed, Feb 16, 2011 at 7:48 AM, Robert Pankowecki
<[email protected]> wrote:
> Bug #4403: require comm...
wyhaines (Kirk Haines)

02/16/2011

11:48 PM Bug #4403 (Rejected): require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
=begin
Consider this file structure:

~/test/symbolic > tree
.
|-- a
| `-- a.rb
|-- b -> a
|-- c.r...
rupert (Robert Pankowecki)
08:47 PM Bug #4400 (Closed): nested at_exit hooks run in strange order
=begin
This issue was solved with changeset r30888.
Suraj, thank you for reporting this issue.
Your contribution t...
kosaki (Motohiro KOSAKI)
05:21 AM Bug #4400: nested at_exit hooks run in strange order
=begin
> |> ko1, what do you think?
> |
> |I don't have any idea about it.  However, I think it should be a
> |sp...
kosaki (Motohiro KOSAKI)
04:25 AM Bug #4400: nested at_exit hooks run in strange order
=begin
Cool! I prefer C's behavior also. Thank you.
=end
sunaku (Suraj Kurapati)
08:45 PM Feature #4402 (Closed): Include an "in" operator
=begin
It would be great to support the syntax

return if result in [nil, 'exit', 'quit']

which is a more h...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:04 AM Feature #4335: String#split for empty string is always empty array
=begin
'/'.split('/', -1) returns ["", ""].
I don't think it's necessary to be default.
=end
nobu (Nobuyoshi Nakada)
01:37 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I get:

$ rvm use 1.9.2
Using /Users/Chris/.rvm/gems/ruby-1.9.2-p136

$ ruby -v
ruby 1.9.2p136 (2...
krz (Christian Fazzini)
12:12 AM Bug #4401 (Closed): override :method method breaks Psych
=begin
I am not sure if this could be considered a bug, but it used to work.
To reproduce it:

ruby -r psych ...
godfat (Lin Jen-Shin)

02/15/2011

11:48 PM Bug #4400: nested at_exit hooks run in strange order
=begin
Hi,

In message "Re: [ruby-core:35252] Re: [Ruby 1.9-Bug#4400] nested at_exit hooks run in strange order"
...
matz (Yukihiro Matsumoto)
10:32 PM Bug #4400: nested at_exit hooks run in strange order
=begin
(2011/02/15 20:25), Motohiro KOSAKI wrote:
> ko1, what do you think?

I don't have any idea about it. How...
ko1 (Koichi Sasada)
10:31 PM Bug #4400: nested at_exit hooks run in strange order
=begin
> btw, C's atexit() has different behavior.
>
> (snip)
>
> % gcc at_exit.c; ./a.out
> outer3
> outer2_b...
kosaki (Motohiro KOSAKI)
08:25 PM Bug #4400: nested at_exit hooks run in strange order
=begin
The attached patch is to adapt C's behavior.

And, Current behavior seems to be introduced by following ...
kosaki (Motohiro KOSAKI)
07:38 PM Bug #4400: nested at_exit hooks run in strange order
=begin
2011/2/15 Suraj Kurapati <[email protected]>:
> Bug #4400: nested at_exit hooks run in strange order
> ...
kosaki (Motohiro KOSAKI)
03:56 PM Bug #4400: nested at_exit hooks run in strange order
=begin
By the way, this issue is not contrived. It prevents propagation of a
proper exit status when using Test:...
sunaku (Suraj Kurapati)
03:49 PM Bug #4400 (Closed): nested at_exit hooks run in strange order
=begin
Hello,

The documentation for Kernel#at_exit says "If multiple [at_exit] handlers are
registered, they ...
sunaku (Suraj Kurapati)
10:58 PM Bug #1813 (Open): Threading seg fault (1.9.1-p129 Linux/Mac)
=begin
This issue can be still reproduced on trunk. (ruby 1.9.3dev (2011-02-15 trunk 30882) [x86_64-linux])

reo...
kosaki (Motohiro KOSAKI)
08:37 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I wanna check that it isn't issue of irb.

Hmm... could you try the following line in `rails console`?
...
sorah (Sorah Fukumori)
05:38 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Hi Shota, yea that seems to work. Why doesn't it work in Rails console though?

$ irb -rtwitter
ruby-1.9.2...
krz (Christian Fazzini)
05:20 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
=begin
Could you try at irb

$ irb -rtwitter
>> Twitter.user("sferik").location

?
=end
sorah (Sorah Fukumori)
05:06 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Hi Sakuro, this is what I get in Rails console:

ruby-1.9.2-p136 :001 > require 'openssl'
=> nil
ru...
krz (Christian Fazzini)
09:28 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Try this in both console to see which openssl is used.

require 'openssl'
system "otool -L #{$LOADED_FE...
sakuro (Sakuro OZAWA)
06:57 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
I think you don't using `rvm install 1.9.2 -C --with-openssl-dir=/usr`'s ruby at rails
=end
sorah (Sorah Fukumori)
03:54 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
Hi Benoit, I tried both rvm install 1.9.2 -C --with-openssl-dir=/usr and rvm install 1.9.2 --with-openssl-dir...
krz (Christian Fazzini)
07:25 PM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
Hi Jon,

Thanks for good demonstration. It encourage to me very much.
But #3 is a bit misleading. ^ was...
kosaki (Motohiro KOSAKI)
01:51 AM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
and...

C:\>lua -e "os.execute(\"^@echo foo\")"
foo

C:\>python -c "import os;os.system(\"^@echo fo...
jonforums (Jon Forums)
01:45 AM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
fwiw, behavior on win7 32-bit with lua v5.1.4 and python v2.7.1...

C:\>lua -e "os.execute('@echo foo')"
...
jonforums (Jon Forums)
04:30 PM Feature #3685: Struct does not define #to_ary, needed for implicit-splat.
=begin

=end
naruse (Yui NARUSE)
04:27 PM Bug #4349 (Closed): typo of rdoc in marshal.c
=begin
This issue was solved with changeset r30882.
Heesob, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
04:23 PM Bug #4359 (Feedback): regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
=begin
I don't think we must show Regexp#fixed_encoding? in Regexp#inspect.
=end
naruse (Yui NARUSE)
04:22 PM Feature #4335 (Feedback): String#split for empty string is always empty array
=begin
We don't think we should follow Python's result
and your this proposal doesn't have enough reason to change...
naruse (Yui NARUSE)
04:17 PM Bug #4381 (Closed): Encoding of result is not consistent for String#[]=
=begin
This issue was solved with changeset r30881.
Eric, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
04:17 PM Bug #4382 (Closed): Encoding of result string for String#gsub! is not consistent for BINARY
=begin
This issue was solved with changeset r30876.
Eric, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
04:17 PM Bug #4380 (Closed): Encoding of result string for String#gsub! is not consistent for BINARY
=begin
This issue was solved with changeset r30876.
Eric, thank you for reporting this issue.
Your contribution to...
naruse (Yui NARUSE)
12:28 PM Bug #3660: Trace events seem to be missing
=begin
I think this was fixed by r29914 which changes


elsif caller.size <= 1

to:

elsif caller.cou...
rocky (Rocky Bernstein)
04:35 AM Bug #4398 (Third Party's Issue): Highlighting of "'?" in Emacs
=begin
The string "'?" breaks syntax highlighting in Emacs. Emacs considers the string unterminated. See attached f...
djwhitt (David Whittington)

02/14/2011

09:59 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
卜部です。

(2011/02/14 21:43), KOSAKI Motohiro wrote:
> 結論からいうと、
>
> # もしwarnflagsが未指定でGCCなら
> if test "$G...
shyouhei (Shyouhei Urabe)
09:43 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
>> 最後に今回問題になっているr30621により根本修正としてconftest中は
>> -Werror=implicit-function-declaration が自動付加をしなくなりました。
>
> r3...
kosaki (Motohiro KOSAKI)
09:17 PM Bug #4397 (Closed): test-mkmf fails due to compilation errors
=begin
This issue was solved with changeset r30872.
Shyouhei, thank you for reporting this issue.
Your contributio...
shyouhei (Shyouhei Urabe)
08:30 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
(2011/02/14 20:05), Yusuke ENDOH wrote:
> 遠藤です。
>
> 2011年2月14日19:53 Urabe Shyouhei <[email protected]...
shyouhei (Shyouhei Urabe)
08:05 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
遠藤です。

2011年2月14日19:53 Urabe Shyouhei <[email protected]>:
>> デフォルトでこのオプションになるようにすべきではないんでしょうか?
>> 今...
mame (Yusuke Endoh)
07:54 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
(2011/02/14 19:33), KOSAKI Motohiro wrote:
> ところで、素朴な疑問なんですが、これの意図は?「gcc拡張をうっかり使ってしまってportabilityが下がるのを防ぎたい」...
shyouhei (Shyouhei Urabe)
07:33 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
> これでもまだ長いと思われるので更に解説すると、debugflagsによりgccはstrict ansi
> modeになっており、warnflagsで数々のgcc拡張機能を使ったときの警告を抑制していま
> す...
kosaki (Motohiro KOSAKI)
07:05 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
(2011/02/14 18:24), KOSAKI Motohiro wrote:
>> 手元の環境では r30621 から以下のようにtest-allが失敗するようになっています。
>>
>> http://...
shyouhei (Shyouhei Urabe)
06:25 PM Bug #4397: test-mkmf fails due to compilation errors
=begin
2011年2月14日18:12 Shyouhei Urabe <[email protected]>:
> Bug #4397: test-mkmf fails due to compilation erro...
kosaki (Motohiro KOSAKI)
06:12 PM Bug #4397 (Closed): test-mkmf fails due to compilation errors
=begin
手元の環境では r30621 から以下のようにtest-allが失敗するようになっています。

http://www.atdot.net/sp/raw/vsnlgl

ちょっと変更の意図が分からないので...
shyouhei (Shyouhei Urabe)
06:12 PM Bug #4396: windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
If you are writing C and you need to run "@echo" command, you should escape the string by `^' (caret).

...
kosaki (Motohiro KOSAKI)
06:04 PM Bug #4396 (Rejected): windows commands starting with "@" should run at all even though command string is quoted by `"'.
=begin
This issue

C test program.
------------------------------------------
main()
{
system("\"@ech...
kosaki (Motohiro KOSAKI)
01:17 PM Bug #4393 (Closed): windows commands starting with "@" should run at all
=begin
This issue was solved with changeset r30867.
Roger, thank you for reporting this issue.
Your contribution t...
usa (Usaku NAKAMURA)
01:02 PM Bug #4388: open-uriで環境変数http_proxyを使うときに認証付きのProxyが使えません
=begin
2011年2月11日23:08 Mitsuru Ogino <[email protected]>:

> そういう意見もあるとは思います。なにが危険かというのをライブラリ側が決め
> るかユーザが決めるかという問...
akr (Akira Tanaka)
09:34 AM Bug #4395 (Closed): Can't require test/rubygems/simple_gem when tests run in different directory
=begin
It fails as following:
1) Skipped:
test_require_failed(test/rubygems/simple_gem) [/home/naruse/ruby/te...
naruse (Yui NARUSE)
09:11 AM Bug #4394 (Rejected): Bug in floating point multiplication
Learn floating point numbers.
What Every Computer Scientist Should Know About Floating-Point Arithmetic
http://do...
naruse (Yui NARUSE)
05:34 AM Bug #4394: Bug in floating point multiplication
This is how floating point math works. See here for more info: http://en.wikipedia.org/wiki/Floating_point#Representa... jballanc (Joshua Ballanco)
03:01 AM Bug #4394 (Rejected): Bug in floating point multiplication
I stumbled upon the following odd rounding error in Float multiplication while using irb to calculate the tip for the... philomath (Stefan Lembach)

02/13/2011

11:00 PM Bug #4393: windows commands starting with "@" should run at all
=begin
Agreed. C lang's System() allow system("@dir"). Therefore ruby's should allow it too.
Plus, This can be rep...
kosaki (Motohiro KOSAKI)
11:40 AM Bug #4393 (Closed): windows commands starting with "@" should run at all
=begin
Hello all.
Originally reported this here:
http://www.ruby-forum.com/topic/1060963

I believe in win...
rogerdpack (Roger Pack)
04:00 PM Feature #4391 (Assigned): date/delta tests
=begin

=end
naruse (Yui NARUSE)
12:43 AM Feature #4391 (Rejected): date/delta tests
=begin
Attached are a few tests for the Date::Delta class. I hope they are of some use.
And some points which migh...
skra (Sebastian Krause)
07:47 AM Bug #4392 (Closed): Typo in enum.c
=begin
This issue was solved with changeset r30857.
Gaku, thank you for reporting this issue.
Your contribution to...
matz (Yukihiro Matsumoto)
02:51 AM Bug #4392 (Closed): Typo in enum.c
=begin
I found a small typo in enum.c source file.

diff --git a/enum.c b/enum.c
index 823d111..584b838 100644...
gaku (Gaku Ueda)
01:22 AM Feature #4257: switch_hitter - an acceleration of date library
=begin
i'm planning to apply this change within a couple of weeks.
=end
tadf (tadayoshi funaba)
12:51 AM Bug #4375 (Closed): "undefined method `coerce' for nil:NilClass" for "Date.new === nil"
=begin

=end
tadf (tadayoshi funaba)
 

Also available in: Atom