# File lib/puppet/network/http/webrick.rb, line 11
11:   def initialize(args = {})
12:     @listening = false
13:     @mutex = Mutex.new
14:   end