class SyntaxTree::Parser

def on_args_new

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

def on_args_new: () -> untyped

This signature was generated using 35 samples from 1 application.

on_args_new: () -> Args
:call-seq:
def on_args_new
  Args.new(
    parts: [],
    location:
      Location.fixed(line: lineno, column: current_column, char: char_pos)
  )
end