OSDN Git Service

Rails 2.3.11
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / actionpack-2.3.11 / test / fixtures / test / capturing.erb
diff --git a/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.11/test/fixtures/test/capturing.erb b/ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.11/test/fixtures/test/capturing.erb
new file mode 100644 (file)
index 0000000..cdca976
--- /dev/null
@@ -0,0 +1,4 @@
+<% days = capture do %>
+  <p>Dreamy days</p>
+<% end %>
+<%= days %>