module Trivet
The Trivet
module itself doesn't do much. It holds the version and a few constants that are used in queries. You probably want to start with Trivet::Node
to learn about this package.
Constants
- ALWAYS
Always recurse in query.
- STOP_ON_FIRST
Stop entire query when a match is found.
- UNTIL_MATCH
Don't recurse into matched nodes.
- VERSION
Version