# File lib/needle/container.rb, line 321 def knows_key?( name ) return true if has_key?( name ) return parent.knows_key?( name ) if parent false end