Method: HttpVanilli::NetHttp::StubSocket#closed?

Defined in:
lib/http_vanilli/net_http/stubs.rb

#closed?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/http_vanilli/net_http/stubs.rb', line 8

def closed?
  @closed ||= true
end