Method: Psych::Visitors::DepthFirst#initialize
- Defined in:
- lib/psych/visitors/depth_first.rb
#initialize(block) ⇒ DepthFirst
Returns a new instance of DepthFirst.
5 6 7 |
# File 'lib/psych/visitors/depth_first.rb', line 5 def initialize block @block = block end |