Sha256: a85d134cf1e70dbeabb9878f1e83d0924f43de0ac0a850d40171bdcdf95f0b91
Contents?: true
Size: 623 Bytes
Versions: 5
Compression:
Stored size: 623 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the MIT license. require 'tagz' module Ramaze module Helper ## # Allows you to use some shortcuts for Tagz in your Controller. # use this inside your controller to directly build Tagz # Refer to the Tagz-documentation and testsuite for more examples. # # Usage: # # tagz { h1_{ "Apples & Oranges" } } #=> "<h1>Apples & Oranges</h1>" # tagz { h1_(:class => 'fruits&floots'){ 'Apples' } } # Tagz = ::Tagz end # Helper end # Ramaze
Version data entries
5 entries across 5 versions & 1 rubygems