# File lib/puppet/network/rights.rb, line 255 255: def namespace_to_key(key) 256: key = key.intern if key.is_a?(String) 257: key 258: end