class Faker::Nation

def flag

Returns:
  • (String) -
def flag
  sample(translate('faker.nation.flag')).pack('C*').force_encoding('utf-8')
end