class SyntaxTree::Parser::SingleByteString

def [](byteindex)

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

def []: (Integer byteindex) -> untyped

This signature was generated using 877 samples from 1 application.

def [](byteindex)
  start + byteindex
end