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