mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 17:40:51 +08:00
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
subgraph cluster_<%= format_path object %> {
|
|
label = "<%= h(object.name) unless object.path == "" %>"; labelloc=b;
|
|
<% for obj in @modules %>
|
|
<%= yieldall :object => obj %>
|
|
<% end %>
|
|
}
|