mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-08 09:47:28 +08:00
11 lines
222 B
Ruby
11 lines
222 B
Ruby
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 |