Class: Buby::HttpRequestResponseList Deprecated
- Inherits:
-
BubyArrayWrapper
- Object
- BubyArrayWrapper
- Buby::HttpRequestResponseList
- Defined in:
- lib/buby/implants/http_request_response.rb
Overview
Deprecated.
no longer needed in JRuby
Instance Attribute Summary
Attributes inherited from BubyArrayWrapper
Instance Method Summary collapse
-
#initialize(obj) ⇒ HttpRequestResponseList
constructor
A new instance of HttpRequestResponseList.
Methods inherited from BubyArrayWrapper
#[], #each, #first, #last, #size
Methods included from Implants::Enumerable
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 |