module A1436mmAge

Constants

VERSION

Public Class Methods

birth(age) click to toggle source
# File lib/a1436mm_age.rb, line 4
def self.birth(age) 
d = Date.today.year - age.to_i 
return d
end