# File lib/cuba.rb, line 10 def initialize(status = 200, headers = { "Content-Type" => "text/html" }) @status = status @headers = headers @body = [] @length = 0 end