I have installed ruby for Mac OS/X. Strangely, the classes Date and
DateTime
are not known:
NameError: uninitialized constant DateTime
from (irb):1
At least some other classes (I tried File and Time) exist, so it is
not that the
installation were completely broken.
What could be the problem here?
Ronald