12 13 14 15 16 17
# File 'lib/pollen/server.rb', line 12 def start! @thread = Thread.new do start_loop end self end