Sha256: e005a34b9c8efb33de3950dbb147de6c3e57631bb335e4986a46840662e3c791
Contents?: true
Size: 171 Bytes
Versions: 14
Compression:
Stored size: 171 Bytes
Contents
<% require 'gettext' include GetText bindtextdomain("helloerb", :path => "locale") %> <html> <head> <title><%= _("Hello") -%></title> </head> <body> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems