class Crass::Scanner

def marked

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

def marked: () -> String

This signature was generated using 2 samples from 1 application.

pointer.
Returns the substring between {#marker} and {#pos}, without altering the
def marked
  if result = @string[@marker, @pos - @marker]
    result
  else
    ''
  end
end