Class: Backchannel

Inherits:
Object
  • Object
show all
Defined in:
lib/backchannel.rb

Class Method Summary collapse

Class Method Details

.start(handle) ⇒ Object



6
7
8
9
10
11
# File 'lib/backchannel.rb', line 6

def self.start(handle)
  client = Client.new(handle)
  window = Window.new(client)

  window.start
end