From: daz Date: 2004-07-31T16:31:40+09:00 Subject: Re: Basic question on Date class Robo wrote: > From the stdlib docs, I see the Date class has constants like > MONTHNAMES, DAYNAMES, etc. How do I print them out? > > I tried puts Date.ABBR_DAYNAMES, or d = Date.today; d.ABBR_DAYNAMES, and > I get undefined method error. > > Robo > require 'date' puts Date::ABBR_DAYNAMES :daz