Method: ANTLR3::InteractiveStringStream#consume
- Defined in:
- lib/antlr3/streams/interactive.rb
#consume ⇒ Object
90 91 92 93 94 95 96 |
# File 'lib/antlr3/streams/interactive.rb', line 90 def consume @position < @data.size and return( super ) unless @eof readline consume end end |