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