From 8f46081d5941452aff115cb1b033c24199e20929 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Mon, 29 Jul 2013 17:17:04 -0700 Subject: [PATCH] Add encoding to ruby files --- Rakefile | 3 +++ bin/mutant | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Rakefile b/Rakefile index 8ba32c66..82170d8b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,7 @@ +# encoding: utf-8 + require 'devtools' + Devtools.init_rake_tasks Rake.application.load_imports diff --git a/bin/mutant b/bin/mutant index 9248ea4a..9913d4a6 100755 --- a/bin/mutant +++ b/bin/mutant @@ -1,5 +1,7 @@ #!/usr/bin/env ruby +# encoding: utf-8 + trap('INT') do |status| exit! 128 + status end