Method: Osm::Member#age_months

Defined in:
lib/osm/member.rb

#age_monthsFixnum

Get the months element of this scout’s age

Returns:

  • (Fixnum)

    the number of months since this scout’s last birthday



419
420
421
# File 'lib/osm/member.rb', line 419

def age_months
  return age[-2..-1].to_i
end