class ISO3166::Country

def in_un?

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