# File lib/dragonfly/function_manager.rb, line 11
    def initialize
      @functions = {}
      @objects = []
    end