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