Class: IPSocket
- Inherits:
-
Socket
- Object
- BasicSocket
- Socket
- IPSocket
- Defined in:
- lib/wasmify/rails/shims/socket.rb
Constant Summary
Constants inherited from Socket
Socket::AF_INET, Socket::AF_UNSPEC
Class Method Summary collapse
Methods inherited from Socket
Methods inherited from BasicSocket
Constructor Details
This class inherits a constructor from BasicSocket
Class Method Details
.getaddress ⇒ Object
19 20 21 |
# File 'lib/wasmify/rails/shims/socket.rb', line 19 def self.getaddress(...) raise NotImplementedError, "Socket is not supported in Wasm" end |