module Middleman::CoreExtensions::FrontMatter::ClassMethods

def frontmatter_changed(matcher=nil, &block)

def frontmatter_changed(matcher=nil, &block)
  @_frontmatter_changed ||= []
  @_frontmatter_changed << [block, matcher] if block_given?
  @_frontmatter_changed
end