class ActionView::AbstractRenderer::RenderedCollection

def self.empty(format)

:nodoc:
def self.empty(format)
  EmptyCollection.new format
end