# File lib/puppet/network/http/webrick.rb, line 62
62:   def listening?
63:     @mutex.synchronize do
64:       @listening
65:     end
66:   end