class MockDnsServer::ServerThread
Attributes
server[RW]
Public Class Methods
all()
click to toggle source
Thread::abort_on_exception = true
# File lib/mock_dns_server/server_thread.rb, line 9 def self.all Thread.list.select { |thread| thread.is_a?(ServerThread) } end