class SyntaxTree::Parser::TokenList

def [](index)

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

def []: (Integer index) -> untyped

This signature was generated using 6 samples from 1 application.

def [](index)
  tokens[index]
end