Method: Jinx::Visitor#depth_first?
- Defined in:
- lib/jinx/helpers/visitor.rb
#depth_first? ⇒ Boolean (private)
Returns whether the depth-first flag is set.
211 212 213 |
# File 'lib/jinx/helpers/visitor.rb', line 211 def depth_first? !!@depth_first_flag end |