class Psych::Visitors::ToRuby

def visit_Psych_Nodes_Document o

Experimental RBS support (using type sampling data from the type_fusion project).

def visit_Psych_Nodes_Document: (Psych::Nodes::Document o) -> Gem::Specification

This signature was generated using 3 samples from 1 application.

def visit_Psych_Nodes_Document o
  accept o.root
end