Yields:
Yield Parameters:
the object that the method was called on
570 571 572 573 574
# File 'lib/antlr3/debug.rb', line 570 def resync begin_resync yield( self ) end_resync end