# File lib/puppet/network/rights.rb, line 28 28: def allowed?(name, *args) 29: !is_forbidden_and_why?(name, :node => args[0], :ip => args[1]) 30: end