# File lib/rudy/routines.rb, line 68 68: def self.get_routine(name) 69: get_some_class(@@routine, name) || Rudy::Routines::Passthrough 70: end