class SyntaxTree::Parser

def on_vcall(ident)

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

def on_vcall: (SyntaxTree::Ident ident) -> untyped

This signature was generated using 2 samples from 1 application.

on_vcall: (Ident ident) -> VCall
:call-seq:
def on_vcall(ident)
  VCall.new(value: ident, location: ident.location)
end