Return to Snippet

Revision: 2356
at February 3, 2007 16:13 by spider


Initial Code
def age
  ((Time.now - birthday)/(60*60*24)/365.2422).to_i
end

Initial URL


Initial Description


Initial Title
Find age of person

Initial Tags
ruby

Initial Language
Ruby