class Middleman::Sitemap::Extensions::Ignores::StringIgnoreDescriptor

def ignored?(match_path)

def ignored?(match_path)
  match_path == path
end