Get the months element of this scout’s age
Returns:
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