class SyntaxTree::Parser
def on_lparen(value)
Experimental RBS support (using type sampling data from the type_fusion
project).
def on_lparen: (String value) -> untyped
This signature was generated using 24 samples from 1 application.
:call-seq:
def on_lparen(value) node = LParen.new( value: value, location: Location.token( line: lineno, char: char_pos, column: current_column, size: value.size ) ) tokens << node node end