class Listen::Record

def reset_tree

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

def reset_tree: () -> untyped

This signature was generated using 3 samples from 1 application.

def reset_tree
  @tree = Hash.new { |h, k| h[k] = {} }
end