Sha256: f1353a21c1979e182595856229f7c4b0bf289993113784d82f238db85c8f175c
Contents?: true
Size: 211 Bytes
Versions: 24
Compression:
Stored size: 211 Bytes
Contents
require 'ramaze' class MainController < Ramaze::Controller engine :Ezamar def index @hello = "Hello, World!" '<html><body><? 10.times do ?><span>#{@hello}</span><?r end ?></body></html>' end end
Version data entries
24 entries across 24 versions & 4 rubygems