# File lib/action_dispatch/middleware/remote_ip.rb, line 29 def call(env) env["action_dispatch.remote_ip"] = GetIp.new(env, self) @app.call(env) end