Add missing utf-8 encoding comments
This commit is contained in:
parent
4bacb1e37a
commit
15ee821db1
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
module Mutant
|
||||
class Mutator
|
||||
class Node
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.3.0.beta22'.freeze
|
||||
|
|
Loading…
Reference in a new issue