# File lib/hashie/extensions/deep_find.rb, line 38
      def deep_find_all(key)
        matches = _deep_find_all(key)
        matches.empty? ? nil : matches
      end