Flowdock
method

start_document

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: DocumentStream
start_document(version, tag_directives, implicit) 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/handlers/document_stream.rb, line 12
      def start_document version, tag_directives, implicit
        n = Nodes::Document.new version, tag_directives, implicit
        push n
      end
Register or log in to add new notes.