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