class Psych::Visitors::ToRuby

def visit_Psych_Nodes_Scalar o

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

type Psych__Visitors__ToRuby_visit_Psych_Nodes_Scalar_return_value = String | Symbol | false | nil | Integer | Time

def visit_Psych_Nodes_Scalar: (Psych::Nodes::Scalar o) -> Psych__Visitors__ToRuby_visit_Psych_Nodes_Scalar_return_value

This signature was generated using 1256 samples from 2 applications.

def visit_Psych_Nodes_Scalar o
  register o, deserialize(o)
end