# File lib/ruote/util/lookup.rb, line 84
  def Ruote.pop_key (key)

    ks = key.is_a?(String) ? key.split('.') : key

    [ narrow_key(ks.first), ks[1..-1] ]
  end