class Middleman::Sitemap::Extensions::Ignores::RegexpIgnoreDescriptor

def ignored?(match_path)

def ignored?(match_path)
  match_path =~ path
end