Flowdock
add(str) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/acl.rb, line 76
    def add(str)
      @list.push(ACLEntry.new(str))
    end
Register or log in to add new notes.