# File lib/mongrel.rb, line 504 504: def done=(val) 505: @status_sent = true 506: @header_sent = true 507: @body_sent = true 508: end