diff options
Diffstat (limited to 'images/benchmarks/ruby/index.erb')
-rwxr-xr-x | images/benchmarks/ruby/index.erb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/images/benchmarks/ruby/index.erb b/images/benchmarks/ruby/index.erb new file mode 100755 index 000000000..7f7300e80 --- /dev/null +++ b/images/benchmarks/ruby/index.erb @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> +<body> + <% text.each do |t| %> + <p><%= t %></p> + <% end %> +</body> +</html> |