# File lib/erubis/enhancer.rb, line 132 def print(*args) args.each do |arg| @_buf << arg.to_s end end