method

terminal

terminal(o)
private

No documentation available.

# File ext/psych/lib/psych/visitors/depth_first.rb, line 19
      def terminal o
        @block.call o
      end