File: test2.tpl

package info (click to toggle)
ruby-rgen 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 11,344; xml: 1,368; yacc: 72; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% define 'Test', :for => Object do %>
<%iinc%><%iinc%>
return <% expand 'Call1' %>;
<%idec%><%idec%>
<% end %>

<% define 'Call1', :for => Object do %>
	x<% expand 'Call2' %><%nows%>
<% end %>

<% define 'Call2', :for => Object do %>
	xxx<%nows%>
<% end %>