Module: DRbQS::Server::ACLFile
- Defined in:
- lib/drbqs/server/acl_file.rb
Class Method Summary collapse
-
.load(path) ⇒ Object
Create ACL object from file.
Class Method Details
.load(path) ⇒ Object
Create ACL object from file.
10 11 12 |
# File 'lib/drbqs/server/acl_file.rb', line 10 def self.load(path) ACL.new(File.read(path).split) end |