class ActionView::AbstractRenderer::RenderedCollection::EmptyCollection

Attributes

format[R]

Public Class Methods

new(format) click to toggle source
# File lib/action_view/renderer/abstract_renderer.rb, line 133
def initialize(format)
  @format = format
end

Public Instance Methods

body() click to toggle source
# File lib/action_view/renderer/abstract_renderer.rb, line 137
def body; nil; end