# File lib/rudy/routines.rb, line 79
79:     def self.get_handler(name)
80:       get_some_class(@@handler, name) || nil
81:     end