Right Traq Blog

New Ruby Site

Posted by acts_as_flinn Tue, 12 Sep 2006 23:06:00 GMT

There is a new Ruby Language website!

I’d really have to say I like the new look, and the new home page says it all…


# Ruby knows what you
# mean, even if you
# want to do math on
# an entire Array
cities  = %w[ London
              Oslo
              Paris
              Amsterdam
              Berlin ]
visited = %w[Berlin Oslo]

puts "I still need " +
     "to visit the " +
     "following cities:",
     cities - visited

Posted in Rails Development, Misc. | no comments | no trackbacks