class SyntaxTree::Parser

def on_symbol(value)

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

def on_symbol: (SyntaxTree::Ident value) -> untyped

This signature was generated using 4 samples from 1 application.

) -> SymbolContent
(Backtick | Const | CVar | GVar | Ident | IVar | Kw | Op) value
on_symbol: (
:call-seq:
def on_symbol(value)
  tokens.delete(value)
  SymbolContent.new(value: value, location: value.location)
end