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 132 def initialize(format) @format = format end
Public Instance Methods
body()
click to toggle source
# File lib/action_view/renderer/abstract_renderer.rb, line 136 def body; nil; end