class Middleman::Sitemap::Extensions::Ignores::RegexpIgnoreDescriptor
Public Instance Methods
ignored?(match_path)
click to toggle source
# File lib/middleman-core/sitemap/extensions/ignores.rb, line 56 def ignored?(match_path) match_path =~ path end