I have a very simple Sinatra app that allows me to receive SMS messages through my Twilio number and will print them to the same terminal session that the app is running on. I would like to save these messages to a local .csv file. Adding I have a very simple Sinatra app that allows me