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