Source: show | on GitHub
# File actionpack/test/controller/mime_responds_test.rb, line 1175 def index respond_with Object.new do |format| format.html { render :text => 'HTML' } end end