40 41 42
# File 'lib/method_missing_router.rb', line 40 def class_route_missing(matcher, target, options={}) @class_method_missing_routes << Route.new(matcher, target, options) end