# File lib/mongrel.rb, line 115 115: def start(status=200) 116: @status = status 117: yield @header, @body 118: finished 119: end