Revision cec96847
Added by Marc Dequènes about 14 years ago
- ID cec96847e8c8e8822efa728379df9add51c86cb5
bin/mapmaker | ||
---|---|---|
$: << File.join(File.dirname(__FILE__), "..", "lib")
|
||
|
||
require 'cyborghood/cyborg'
|
||
require 'cyborghood/cyborg/botnet_server'
|
||
require 'cyborghood/services/dns'
|
||
|
||
|
lib/cyborghood/cyborg.rb | ||
---|---|---|
EventMachine.defer(task, callback)
|
||
end
|
||
end
|
||
|
||
autoload :BotNet, 'cyborghood/cyborg/botnet'
|
||
autoload :BotNetServer, 'cyborghood/cyborg/botnet_server'
|
||
end
|
Also available in: Unified diff
[evol] use autoload to reduce explicit dependencies