module ActionView::Context

def _prepare_context

Prepares the context by setting the appropriate instance variables.
def _prepare_context
  @view_flow     = OutputFlow.new
  @output_buffer = nil
  @virtual_path  = nil
end