Method: XfOOrth::ReadPoint#reset_read_point

Defined in:
lib/fOOrth/compiler/source/read_point.rb

#reset_read_pointObject

Reset the read point to the initial conditions. Namely, no text in the buffer and not at end of line,



14
15
16
17
# File 'lib/fOOrth/compiler/source/read_point.rb', line 14

def reset_read_point
  @read_point = nil
  @eoln = false
end