Sha256: 025593c76fb92119aba9b7e0045cf02cf54c1a6d32e030321c7ec815ae06b68d
Contents?: true
Size: 192 Bytes
Versions: 24
Compression:
Stored size: 192 Bytes
Contents
require 'ramaze' class MainController < Ramaze::Controller engine :Haml def index @hello = "Hello, World!" %{ %html %body - 10.times do %span= @hello } end end
Version data entries
24 entries across 24 versions & 4 rubygems