class Middleman::Sitemap::Extensions::Ignores::StringIgnoreDescriptor

Public Instance Methods

ignored?(match_path) click to toggle source
# File lib/middleman-core/sitemap/extensions/ignores.rb, line 72
def ignored?(match_path)
  match_path == path
end