# File lib/merb-core/rack/middleware/path_prefix.rb, line 18 def call(env) strip_path_prefix(env) @app.call(env) end