mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 20:31:17 +08:00
3 lines
165 B
Plaintext
3 lines
165 B
Plaintext
<% if object.superclass.path != "Object" && object.superclass.path != "BasicObject" %>
|
|
<%= format_path object %> -> <%= format_path object.superclass %>;
|
|
<% end %> |