aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-erubis/pkg-descr
blob: b8b88a212159ea011d201c3ed68a847340968a5c (plain) (blame)
1
2
3
4
5
Erubis is a fast, secure, and very extensible implementation of eRuby.
eRuby means "embedded Ruby" in documents.
Embedded patterns are '<% statement %>' and '<%= expression %>'.
The following is an example of eRuby. '<% ... %>' means Ruby statement
and '<%= ... %>' means Ruby expression.