Sha256: abfac6cd1eb6e2e2e0317ca08cb6e0e09f55c1683e4be115d5c88ca7253c2567
Contents?: true
Size: 352 Bytes
Versions: 11
Compression:
Stored size: 352 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. class Page < Ezamar::Element def render %{ <html> <head> <title>Welcome to Ramaze</title> </head> <body> #{content} </body> </html> } end end
Version data entries
11 entries across 11 versions & 2 rubygems