# File lib/puppet/network/rights.rb, line 86
86:     def [](name)
87:         @rights.find { |acl| acl == name }
88:     end