Hi, i am trying to display the names of all days of week as follows
:
#/usr/bin/ruby
class Date;
end
puts Date::DAYNAMES
but i am getting error that :
uninitialized constant Date::DAYNAMES (NameError)
Hi, i am trying to display the names of all days of week as follows
:
#/usr/bin/ruby
class Date;
end
puts Date::DAYNAMES
but i am getting error that :
uninitialized constant Date::DAYNAMES (NameError)
On Mon, Nov 22, 2010 at 3:04 PM, Pranay Agarwal
[email protected]wrote:
uninitialized constant Date::DAYNAMES (NameError)
require ‘date’
Thanks a lot
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs