mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
add magic encoding comments to all ruby source files
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
include Helpers::ModuleHelper
|
||||
|
||||
def init
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
def init
|
||||
sections :header, [T('docstring')], :children, :includes, :extends,
|
||||
:class_meths_list, :instance_meths_list
|
||||
|
||||
Reference in New Issue
Block a user