method
    
    new
  new(list=nil, order = DENY_ALLOW)
  public
  
    Hide source    
    
      
  
# File lib/drb/acl.rb, line 84 def initialize(list=nil, order = DENY_ALLOW) @order = order @deny = ACLList.new @allow = ACLList.new install_list(list) if list end

  