Class: Warc::StubSocket
- Inherits:
-
Object
- Object
- Warc::StubSocket
- Defined in:
- lib/warc/ext/net_http.rb
Overview
:nodoc:
Instance Method Summary collapse
- #closed? ⇒ Boolean
-
#initialize(*args) ⇒ StubSocket
constructor
A new instance of StubSocket.
- #readuntil(*args) ⇒ Object
Constructor Details
#initialize(*args) ⇒ StubSocket
Returns a new instance of StubSocket.
39 40 |
# File 'lib/warc/ext/net_http.rb', line 39 def initialize(*args) end |
Instance Method Details
#closed? ⇒ Boolean
42 43 44 |
# File 'lib/warc/ext/net_http.rb', line 42 def closed? @closed ||= true end |
#readuntil(*args) ⇒ Object
46 47 |
# File 'lib/warc/ext/net_http.rb', line 46 def readuntil(*args) end |