Lines Matching refs:out_file
24 options.out_file = 'results.xml'
41 o.on('-o', '--output <filename>', 'XML file to generate.') do |out_file|
42 # puts "out_file: #{out_file}"
43 options.out_file = out_file
70 attr_writer :targets, :root, :out_file
80 # puts "Output File: #{@out_file}"
81 f = File.new(@out_file, 'w')
243 # puts "Output File from options: #{options.out_file}"
244 utj.out_file = options.out_file