Method: Listener#start

Defined in:
lib/codefusion/listener.rb

#startObject



6
7
8
9
10
11
12
13
14
# File 'lib/codefusion/listener.rb', line 6

def start
  begin
    View.listen_message(@classroom.path, url)
    set_listener.start
    sleep
  rescue Exception => e
    View.exit_message
  end
end