class ActionView::Base
def self.with_context(context, assigns = {}, controller = nil)
def self.with_context(context, assigns = {}, controller = nil) new context, assigns, controller end
def self.with_context(context, assigns = {}, controller = nil) new context, assigns, controller end