module FFaker::AddressMX

def municipality(st_abbr = nil)

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