The me_person doesn't have a genders() method, but you can get to it
through
me_person.assertions.genders
There is also a me_person.gender method which will return
assertions.genders[0].value.type (checking for nil values in the
chain).
I have never come across a case where a person has multiple genders. I
don't believe it is supported by the underlying domain.
Would a me_person.genders() be desired? And what would you expect it
to return? Following other convenience methods, I would expect it to
return an array of the display values ["Male"]
--
Jimmy