Class: Entitlements::Plugins
- Inherits:
-
Object
- Object
- Entitlements::Plugins
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
Defined Under Namespace
Classes: Dummy, GroupOfNames, PosixGroup
Class Method Summary
collapse
Class Method Details
.loaded? ⇒ 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
|