# File lib/merb-core/controller/mixins/render.rb, line 471
  def catch_content(obj = :for_layout)
    @_caught_content[obj] || ''
  end