# File lib/mongrel.rb, line 445 445: def done=(val) 446: @status_sent = true 447: @header_sent = true 448: @body_sent = true 449: end