Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 70865336a9d115c6cecc2412dfddd64e > files > 12

eruby-1.0.5-24.fc18.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>