Methods
R
Instance Public methods
render(*args)
# File actionview/test/actionpack/controller/layout_test.rb, line 92
def render(*args)
  options = args.extract_options!
  super(*args, options.merge(:stream => true))
end