Method: Faker::AddressMX#municipality

Defined in:
lib/ffakerer/address_mx.rb

#municipality(st_abbr = nil) ⇒ Object



30
31
32
33
# File 'lib/ffakerer/address_mx.rb', line 30

def municipality(st_abbr = nil)
  st_abbr ||= state_abbr
  MUNICIPALITY[st_abbr][rand(MUNICIPALITY[st_abbr].size)]
end