Class: Middleman::Sitemap::Extensions::Ignores::BlockIgnoreDescriptor
- Inherits:
-
IgnoreDescriptor
- Object
- Struct
- IgnoreDescriptor
- Middleman::Sitemap::Extensions::Ignores::BlockIgnoreDescriptor
- Defined in:
- lib/middleman-core/sitemap/extensions/ignores.rb
Instance Attribute Summary
Attributes inherited from IgnoreDescriptor
Instance Method Summary collapse
Methods inherited from IgnoreDescriptor
Instance Method Details
#ignored?(match_path) ⇒ Boolean
78 79 80 |
# File 'lib/middleman-core/sitemap/extensions/ignores.rb', line 78 def ignored?(match_path) block.call(match_path) end |