Sha256: fa1c8572d8beb702d426ca01415994531fb01f231742d56456ef7b9fe97d47d3

Contents?: true

Size: 172 Bytes

Versions: 6

Compression:

Stored size: 172 Bytes

Contents

module Lotu
  module SystemUser

    # Allows to activate a system in the host
    def use(klass, opts={})
      @systems[klass] = klass.new(self, opts)
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lotu-0.1.14 lib/lotu/behaviors/system_user.rb
lotu-0.1.13 lib/lotu/behaviors/system_user.rb
lotu-0.1.12 lib/lotu/behaviors/system_user.rb
lotu-0.1.11 lib/lotu/behaviors/system_user.rb
lotu-0.1.10 lib/lotu/behaviors/system_user.rb
lotu-0.1.9 lib/lotu/behaviors/system_user.rb