# File lib/innate/node.rb, line 259 def call(env) path = env['PATH_INFO'] path << '/' if path.empty? response.reset try_resolve(path).finish end