Class: Angelo::Stash::Websocket

Inherits:
Object
  • Object
show all
Extended by:
ClassMethods
Includes:
Angelo::Stash
Defined in:
lib/angelo/stash.rb

Instance Method Summary collapse

Methods included from ClassMethods

peeraddrs, stashes

Methods included from Angelo::Stash

#[], #all_each, #each, #initialize, #length, #peeraddr, #peeraddrs, #reject!, #remove_socket, #stash, #stashes

Instance Method Details

#<<(ws) ⇒ Object



124
125
126
127
# File 'lib/angelo/stash.rb', line 124

def << ws
  super
  @server.async.handle_websocket ws
end