class Backchannel

Public Class Methods

start(handle) click to toggle source
# File lib/backchannel.rb, line 6
def self.start(handle)
  client = Client.new(handle)
  window = Window.new(client)

  window.start
end