How to get to the Travis CI office: http://goo.gl/maps/vmidH
The address is Prinzessinnenstrasse 20, on the left driveway:
How to get to the Travis CI office: http://goo.gl/maps/vmidH
The address is Prinzessinnenstrasse 20, on the left driveway:
#!/usr/bin/env ruby | |
require 'csv' | |
filename = ARGV.shift | |
def format(questions, answers) | |
answers.map.with_index do |answer, ix| | |
"##### #{questions[ix]}\n\n#{answer}\n\n" | |
end |