lib/arquivo/extrato.rb in arquivo-0.1.8 vs lib/arquivo/extrato.rb in arquivo-0.1.9
- old
+ new
@@ -74,10 +74,10 @@
end
def faz_extrato
system "#{c118_gs} " \
"-sOutputFile=#{base}/#{nome}-extrato.pdf " \
- "-sPageList=#{paginas.join(',')} \"#{file}\" #{CO}"
+ "-sPageList=#{paginas.join(',')} \"#{file}\" #{O2}"
puts "#{nome}-extrato"
proximo_extrato
end
def conta_c118?