Class: Buby::HttpRequestResponseList Deprecated

Inherits:
BubyArrayWrapper show all
Defined in:
lib/buby/implants/http_request_response.rb

Overview

Deprecated.

no longer needed in JRuby

Instance Attribute Summary

Attributes inherited from BubyArrayWrapper

#array_obj

Instance Method Summary collapse

Methods inherited from BubyArrayWrapper

#[], #each, #first, #last, #size

Methods included from Implants::Enumerable

#each_with_object

Constructor Details

#initialize(obj) ⇒ HttpRequestResponseList

Returns a new instance of HttpRequestResponseList.



8
9
10
11
# File 'lib/buby/implants/http_request_response.rb', line 8

def initialize(obj)
  HttpRequestResponseHelper.implant(obj[0]) if obj.size > 0
  super(obj)
end