method
add
v1_8_6_287 -
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