# File lib/dragonfly/function_manager.rb, line 50
    def get_registered(klass)
      objects.reverse.detect{|o| o.instance_of?(klass) }
    end