module ActionView::Layouts

def _render_layout(layout, locals, &block) #:nodoc:

:nodoc:
Contains the logic that actually renders the layout.
def _render_layout(layout, locals, &block) #:nodoc:
  layout.render(self, locals){ |*name| _layout_for(*name, &block) }
end