new(env = {})
Create a new renderer for the same controller but with a new env.
# File actionpack/lib/action_controller/renderer.rb, line 53 def new(env = {}) self.class.new controller, env, defaults end