# File lib/logging/repository.rb, line 110 def parent( key ) name = parent_name(to_key(key)) return if name.nil? @h[name] end