Flowdock
method

finish

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: YAMLTree
finish() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 92
      def finish
        @emitter.end_stream.tap do
          @finished = true
        end
      end
Register or log in to add new notes.