class SyntaxTree::Parser

def on_stmts_new

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

def on_stmts_new: () -> untyped

This signature was generated using 12 samples from 1 application.

on_stmts_new: () -> Statements
:call-seq:
def on_stmts_new
  Statements.new(
    body: [],
    location:
      Location.fixed(line: lineno, char: char_pos, column: current_column)
  )
end