Sha256: 375268b270bb4301ba87b1797e15f81f455229994a1eb8f87fd9c9f003efe970
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
module Lotu module SystemUser # Allows to activate a system in the host def use( klass, opts={} ) @systems ||= Hash.new @systems[klass] = klass.new( self, opts ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotu-0.1.15 | lib/lotu/behaviors/system_user.rb |