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

def path=(p)

def path=(p)
  @path = ::Middleman::Util.normalize_path(p)
end