gonzedge/rambling-trie

View on GitHub
lib/rambling/trie/container.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Class Container has 24 methods (exceeds 20 allowed). Consider refactoring.
Wontfix

    class Container
      include ::Enumerable

      # The root node of this trie.
      # @return [Nodes::Node] the root node of this trie.
Severity: Minor
Found in lib/rambling/trie/container.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status