class Middleman::Sitemap::Extensions::Proxies::ProxyConfiguration

def target=(t)

def target=(t)
  @target = ::Middleman::Util.normalize_path(t)
end