Class: Middleman::Sitemap::Extensions::Ignores::RegexpIgnoreDescriptor
- Inherits:
-
IgnoreDescriptor
- Object
- Struct
- IgnoreDescriptor
- Middleman::Sitemap::Extensions::Ignores::RegexpIgnoreDescriptor
- 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
56 57 58 |
# File 'lib/middleman-core/sitemap/extensions/ignores.rb', line 56 def ignored?(match_path) match_path =~ path end |