# File lib/aruba/reporting.rb, line 65 def files erb = ERB.new(template('files.erb'), nil, '-') file = current_dir erb.result(binding) end