class Angelo::Stash::Websocket

Public Instance Methods

<<(ws) click to toggle source
Calls superclass method Angelo::Stash#<<
# File lib/angelo/stash.rb, line 124
def << ws
  super
  @server.async.handle_websocket ws
end