add magic encoding comments to all ruby source files

This commit is contained in:
Laurent Sansonetti
2014-03-05 12:20:20 +01:00
parent 0bef56f493
commit f29d89f89a
230 changed files with 465 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
def init
@modules = object.children.select {|o| o.type == :module }
@classes = object.children.select {|o| o.type == :class }

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
include Helpers::ModuleHelper
def init

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
def init
sections :header, [T('docstring')], :children, :includes, :extends,
:class_meths_list, :instance_meths_list