Source: show | on GitHub
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 133 def initialize(format) @format = format end
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 137 def body; nil; end