class Playbook::PbHomeAddressStreet::StreetEmphasis

def target_option

def target_option
  if target && home_url
    target
  elsif new_window
    "_blank"
  else
    "_self"
  end
end