class Crass::Scanner

def eos?

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

def eos?: () -> bool

This signature was generated using 2 samples from 1 application.

otherwise.
Returns `true` if the end of the string has been reached, `false`
def eos?
  @pos == @len
end