class Psych::Parser
def parse yaml, path = yaml.respond_to?(:path) ? yaml.path : "<unknown>"
Experimental RBS support (using type sampling data from the type_fusion project).
def parse: (File yaml, ?String path) -> nil
This signature was generated using 4 samples from 1 application.
def parse yaml, path = yaml.respond_to?(:path) ? yaml.path : "<unknown>" _native_parse @handler, yaml, path end