class SyntaxTree::Parser::TokenList

def delete_at(index)

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

def delete_at: (Integer index) -> untyped

This signature was generated using 123 samples from 1 application.

def delete_at(index)
  @last_deleted = tokens.delete_at(index)
end