Method: Modulator#add_module

Defined in:
lib/utils/modulator.rb

#add_module(name, handler) ⇒ Object



9
10
11
# File 'lib/utils/modulator.rb', line 9

def add_module(name, handler)
  modules[name] = handler
end