Class: Entitlements::Plugins

Inherits:
Object
  • Object
show all
Defined in:
lib/entitlements/plugins.rb,
lib/entitlements/plugins/dummy.rb,
lib/entitlements/plugins/posix_group.rb,
lib/entitlements/plugins/group_of_names.rb

Direct Known Subclasses

Dummy, GroupOfNames, PosixGroup

Defined Under Namespace

Classes: Dummy, GroupOfNames, PosixGroup

Class Method Summary collapse

Class Method Details

.loaded?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/entitlements/plugins.rb', line 5

def self.loaded?
  true
end

.override_hash(*args) ⇒ Object



9
10
11
# File 'lib/entitlements/plugins.rb', line 9

def self.override_hash(*args)
  raise "Please define override_hash in the child class #{self}!"
end