method
add
v1_9_1_378 -
Show latest stable
- Class:
ACL::ACLList
add(str)public
No documentation available.
# File lib/drb/acl.rb, line 76
def add(str)
@list.push(ACLEntry.new(str))
end add(str)No documentation available.
# File lib/drb/acl.rb, line 76
def add(str)
@list.push(ACLEntry.new(str))
end