160 161 162 163 164
# File 'lib/ffi_gen.rb', line 160 def puts(*lines) lines.each do |line| @output << "#{@current_indentation}#{line}\n" end end