# File lib/jmespath/nodes/function.rb, line 33
        def initialize(name)
          @name = name
        end