Child <child / t9.ds.pwr.wroc.pl> writes:

> So I can't compare a date with nil, because I get an error. Instead I
> have to write something like date.instance_of? NilClass, which is
> something unnecessary complicated.

Try:

    date.nil?

-- 
matt