Method: Mongory::QueryMatcher#render_tree
- Defined in:
- lib/mongory/query_matcher.rb
#render_tree ⇒ void
This method returns an undefined value.
Renders the full matcher tree for the current query. This method is intended to be the public entry point for rendering the matcher tree. It does not accept any arguments and internally handles rendering via the configured pretty-print logic.
Subclasses or internal matchers should implement their own
#render_tree(prefix, is_last:) for internal recursion.
75 76 77 |
# File 'lib/mongory/query_matcher.rb', line 75 def render_tree super end |