# File lib/merb-core/controller/mixins/controller.rb, line 86 def render_deferred(&blk) Proc.new do |response| response.write(blk.call) end end