mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 02:29:17 +08:00
13 lines
241 B
Ruby
13 lines
241 B
Ruby
# encoding: utf-8
|
|
|
|
include T('default/module/text')
|
|
|
|
def init
|
|
super
|
|
sections.place(:subclasses).before(:children)
|
|
sections.delete(:children)
|
|
end
|
|
|
|
def format_object_title(object)
|
|
"Class: #{object.path} < #{object.superclass.path}"
|
|
end |