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