Module: Lotu::SystemUser::ClassMethods

Defined in:
lib/lotu/behaviors/system_user.rb

Overview

Allows to activate a system in the host

Instance Method Summary collapse

Instance Method Details

#use(klass, opts = {}) ⇒ Object



43
44
45
46
# File 'lib/lotu/behaviors/system_user.rb', line 43

def use( klass, opts={} )
  behavior_options[SystemUser] ||= Hash.new
  behavior_options[SystemUser][klass] = opts
end