Method: ReVIEW::LATEXBuilder#direct

Defined in:
lib/review/latexbuilder.rb

#direct(lines, fmt) ⇒ Object



1009
1010
1011
1012
1013
1014
1015
# File 'lib/review/latexbuilder.rb', line 1009

def direct(lines, fmt)
  return unless fmt == 'latex'

  lines.each do |line|
    puts line
  end
end