Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 9db0bbc44656b9a0d491f41a2b4fbc83 > files > 12

eruby-1.0.5-16.fc15.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>eruby test</title>
</head>
<body>
<h1>eruby test</h1>
<p>
<% print "hello world" %>
current time: <%= Time.now %>
<%# this is a comment line. %>
% print "this is one liner.\n"
% ERuby.import("foo.rhtml")
</p>
</body>
</html>