Method: Listener#start
- Defined in:
- lib/codefusion/listener.rb
#start ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/codefusion/listener.rb', line 6 def start begin View.(@classroom.path, url) set_listener.start sleep rescue Exception => e View. end end |