# File lib/core/facets/functor.rb, line 50
  def initialize(&function)
    @function = function
  end