class Psych::Handlers::DocumentStream
def start_document version, tag_directives, implicit
Experimental RBS support (using type sampling data from the type_fusion
project).
def start_document: (Array[] version, Array[] tag_directives, false implicit) -> Psych::Nodes::Document
This signature was generated using 2 samples from 1 application.
def start_document version, tag_directives, implicit n = Nodes::Document.new version, tag_directives, implicit push n end