# File lib/relevance/core_extensions/metaclass.rb, line 67
  def initialize(&function)
    @function = function
  end