# File lib/mongrel.rb, line 475 475: def done=(val) 476: @status_sent = true 477: @header_sent = true 478: @body_sent = true 479: end