Files
RubyMotion/lib/yard/templates/default/module/dot/dependencies.erb
2012-11-14 15:58:42 +09:00

3 lines
139 B
Plaintext

<% object.mixins(:instance).each do |obj| %>
<%= format_path object %> -> <%= format_path obj %> [style=dotted arrowType=none];
<% end %>