module FFaker::AddressKR

def building_name

def building_name
  "#{NameKR.first_name}#{fetch_sample(BUILDING_SUFFIXES)}"
end