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

Public Instance Methods

ignored?(match_path) click to toggle source
# File lib/middleman-core/sitemap/extensions/ignores.rb, line 78
def ignored?(match_path)
  block.call(match_path)
end