class Crass::Scanner

def consume_rest

has already been reached.
the end of the string. Returns an empty string is the end of the string
Consumes the rest of the string and returns it, advancing the pointer to
def consume_rest
  result = @scanner.rest
  @current = result[-1]
  @pos     = @len
  result
end