Methods

Attributes

[R] format

Class Public methods

new(format)

📝 Source code
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 133
        def initialize(format)
          @format = format
        end
🔎 See on GitHub

Instance Public methods

body()

📝 Source code
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 137
        def body; nil; end
🔎 See on GitHub