Class: IPSocket

Inherits:
Socket show all
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

gethostname

Methods inherited from BasicSocket

#initialize

Constructor Details

This class inherits a constructor from BasicSocket

Class Method Details

.getaddressObject

Raises:

  • (NotImplementedError)


19
20
21
# File 'lib/wasmify/rails/shims/socket.rb', line 19

def self.getaddress(...)
  raise NotImplementedError, "Socket is not supported in Wasm"
end