Add missing utf-8 encoding comments

This commit is contained in:
Markus Schirp 2013-08-05 07:17:55 +02:00
parent 4bacb1e37a
commit 15ee821db1
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Mutant
class Mutator
class Node

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Mutant
# The current mutant version
VERSION = '0.3.0.beta22'.freeze