class Date
Public Instance Methods
find_age()
click to toggle source
# File lib/adroit-age/date.rb, line 3 def find_age Adroit::Age.new.find_year self end
find_age_with_month(year_cust = nil, month_cust = nil)
click to toggle source
# File lib/adroit-age/date.rb, line 7 def find_age_with_month year_cust = nil, month_cust = nil Adroit::Age.new.find_with_month self, year_cust, month_cust end