# File lib/puppet/network/rights.rb, line 247 247: def namespace_to_key(key) 248: key = key.intern if key.is_a?(String) 249: key 250: end