erb
Erb
code posted
created at 17 Feb 07:19, updated at 17 Feb 07:20
Edit
|
Back
1
2
3
4
5
6
7
8 |
<div id="foo">
<h1><a href="http://google.com">
<% Timing.each do |time| %>
<%= time.now %>
<%= time.later %>
<% end %>
</a></h1>
</div> |
146 Bytes in 2 ms with coderay