class Crass::Scanner

def reconsume

character.
{#current}. The next call to {#consume} will re-consume the current
Moves the pointer back one character without changing the value of
def reconsume
  @scanner.unscan
  @pos -= 1 if @pos > 0
end