class ISO3166::Country

def in_un?

+true+ if this country is a member of the United Nations.
def in_un?
  data['un_member'].nil? ? false : data['un_member']
end