Source: show | on GitHub
# File actionview/test/actionpack/controller/layout_test.rb, line 92 def render(*args) options = args.extract_options! super(*args, options.merge(:stream => true)) end