# File lib/grape/router.rb, line 55 def call(env) with_optimization do response, route = identity(env) response || rotation(env, route) end end