# File lib/innate/route.rb, line 48 def self.[](key) found = self::ROUTES.assoc(key) found[1] if found end