mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-14 10:09:14 +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 |