20 21 22
# File 'lib/ease_engine/socket.rb', line 20 def bind( host, port ) @socket.bind( host, port ) end