# File lib/ruote/util/lookup.rb, line 121 def self.pop_key(key) ks = key.is_a?(String) ? key.split('.') : key [ narrow_key(ks.first), ks[1..-1] ] end