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