class Vines::Stream::Server::Auth

Public Class Methods

new(stream, success=FinalRestart) click to toggle source
Calls superclass method Vines::Stream::Client::Auth::new
# File lib/vines/stream/server/auth.rb, line 7
def initialize(stream, success=FinalRestart)
  super
end