# File lib/rack/handler/lsws.rb, line 8 8: def self.run(app, options=nil) 9: while LSAPI.accept != nil 10: serve app 11: end 12: end