Replace #each_member with #all_local_members method.
This way we can either loop or map or reduce over the items as we wish. Plus the method name is more clear in what it does. Also added #all_members - method which does the same but includes all the inherited and mixed in ones.
Loading
Please register or sign in to comment