class Playbook::PbHomeAddressStreet::HomeAddressStreet

def address_house_style

def address_house_style
  [address&.titleize, house_style].join(separator)
end