Sha256: 2e9e518235ff1be487189e23ccb6309a6619b02d0b065a037b22ae5931100af7
Contents?: true
Size: 220 Bytes
Versions: 7
Compression:
Stored size: 220 Bytes
Contents
<% require 'gettext' include GetText bindtextdomain("helloerb", :path => "locale") %> <html> <head> <title></title> </head> <body> <%= _('Hello') %> <% case 1 %> <% end %> <%= _('World') %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems