# File lib/mongrel.rb, line 417 def start(status=200, finalize=false) @status = status.to_i yield @header, @body finished if finalize end