class method
self.new
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
self.new(format)
No documentation comment.
Parameters
-
formatreq
Source
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 133
def initialize(format)
@format = format
end
Defined in actionview/lib/action_view/renderer/abstract_renderer.rb line 133
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::AbstractRenderer::RenderedCollection::EmptyCollection