everypolitician / everypolitician-popolo

Ruby gem for interacting with EveryPolitician data for a legislature
MIT License
7 stars 4 forks source link

Remove redefinition of the identifiers method in Person #123

Closed octopusinvitro closed 7 years ago

octopusinvitro commented 7 years ago

Since the Person class is a subclass of an Entity, and Entity defines the identifiers method already, there is no need to redefine it in the subclass again.