Files
RubyMotion/lib/yard/templates/default/docstring/text/note.erb
2012-11-14 15:58:42 +09:00

4 lines
90 B
Plaintext

<% object.tags(:note).each do |tag| %>
<%= indent(wrap("Note: #{tag.text}")) %>
<% end %>