Method: What::Modules::Process#initialize_module
- Defined in:
- lib/what/modules/process.rb
#initialize_module ⇒ Object
3 4 5 6 |
# File 'lib/what/modules/process.rb', line 3 def initialize_module @regexp = Regexp.new(@config['regexp'] || @name) @processes = [] end |