Method: ANTLR3::Test::CaptureOutput#say

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

#say(*args) ⇒ Object



201
202
203
# File 'lib/antlr3/test/functional.rb', line 201

def say( *args )
  output_buffer.puts( *args )
end