Object
# File test/test_http_error.rb, line 10 def initialize(code, message, headers, body) @code = code @message = message @headers = headers @body = body end
# File test/test_http_error.rb, line 17 def each(&block) @headers.each(&block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.