On Thu, 29 Dec 2005, Dan Diebolt wrote:


> NORTH = :NORTH
> SOUTH = :SOUTH
> EAST  = :EAST
> WEST  = :WEST


   %w( NORTH SOUTH EAST WEST ).each{|c| const_set c, c}

;-)


-a
-- 
===============================================================================
| ara [dot] t [dot] howard [at] noaa [dot] gov
| all happiness comes from the desire for others to be happy.  all misery
| comes from the desire for oneself to be happy.
| -- bodhicaryavatara
===============================================================================