class Faker::Nation

def capital_city

Returns:
  • (String) -
def capital_city
  fetch('nation.capital_city')
end