54 55 56
# File 'lib/output.rb', line 54 def rcprint(r, c, *args) self.go(r, c) { self.print *args } end