module Angelo::Stash::ClassMethods

Public Instance Methods

peeraddrs() click to toggle source

hold the peeraddr info for use after the socket is closed (logging)

# File lib/angelo/stash.rb, line 18
def peeraddrs
  @peeraddrs ||= {}
end
stashes() click to toggle source

the underlying arrays of websockets, by context

# File lib/angelo/stash.rb, line 12
def stashes
  @stashes ||= {}
end