lib/inch/cli/trace_helper.rb in inch-0.1.1 vs lib/inch/cli/trace_helper.rb in inch-0.1.2
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
module Inch
module CLI
module TraceHelper
def debug(msg)
return unless ENV['DEBUG']
- old
+ new