From 7061990d1e24ce3d39232931b0742c26807b322e Mon Sep 17 00:00:00 2001 From: Jacob Harris Date: Sat, 10 Aug 2013 15:43:25 -0400 Subject: [PATCH] Added an encoding declaration for the ebook.rb file --- ebook.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ebook.rb b/ebook.rb index 1035a25..9befa9a 100644 --- a/ebook.rb +++ b/ebook.rb @@ -1,4 +1,5 @@ -# Worker code can be anything you want. +# encoding: UTF-8 + require 'rubygems' require 'twitter'