Method: What::Modules::What#initialize_module
- Defined in:
- lib/what/modules/what.rb
#initialize_module ⇒ Object
4 5 6 7 8 9 |
# File 'lib/what/modules/what.rb', line 4 def initialize_module @config.each do |name, host| @config[name] = "http://#{host}:9428" end @whats = {} end |