# File lib/needle/container.rb, line 390
    def respond_to?( sym )
      has_key?( sym ) || super
    end