Object
# File lib/fastri/ri_service.rb, line 52 def print(*a); @stringio.print(*a) end
# File lib/fastri/ri_service.rb, line 51 def puts(*a); @stringio.puts(*a) end