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