class Middleman::Sitemap::Extensions::Ignores::BlockIgnoreDescriptor

def ignored?(match_path)

def ignored?(match_path)
  block.call(match_path)
end