Method: Miu::Socket#bind

Defined in:
lib/miu/sockets.rb

#bind(address) ⇒ Object



36
37
38
# File 'lib/miu/sockets.rb', line 36

def bind(address)
  error_wrapper { @socket.bind address }
end