Skip to Content Skip to Search
Methods
B
N

Attributes

[R] format

Class Public methods

new(format)

# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 133
def initialize(format)
  @format = format
end

Instance Public methods

body()

# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 137
def body; nil; end