Method: ANTLR3::Test::CaptureOutput#capture

Defined in:
lib/antlr3/test/functional.rb

#capture(*args) ⇒ Object



205
206
207
# File 'lib/antlr3/test/functional.rb', line 205

def capture( *args )
  output_buffer.write( *args )
end