class Itiscold::WebServer::TTYServlet

Public Class Methods

new(server, tty, mutex) click to toggle source
Calls superclass method
# File lib/itiscold.rb, line 327
def initialize server, tty, mutex
  super server
  @tty   = tty
  @mutex = mutex
end