Sha256: ad5703b229a2e0d5ab64787344e3aba2fd4df27586805436ec973e3402140b04

Contents?: true

Size: 198 Bytes

Versions: 44

Compression:

Stored size: 198 Bytes

Contents

format do
  def render_haml locals={}, template=nil, a_binding=nil, &block
    template ||= block.call
    a_binding ||= binding
    ::Haml::Engine.new(template).render(a_binding, locals)
  end
end

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
card-1.17.4 mod/01_core/set/all/haml.rb
card-1.17.3 mod/01_core/set/all/haml.rb
card-1.17.2 mod/01_core/set/all/haml.rb
card-1.17.1 mod/01_core/set/all/haml.rb
card-1.17.0 mod/01_core/set/all/haml.rb
card-1.16.15 mod/01_core/set/all/haml.rb
card-1.16.14 mod/01_core/set/all/haml.rb
card-1.16.13 mod/01_core/set/all/haml.rb
card-1.16.12 mod/01_core/set/all/haml.rb
card-1.16.11 mod/01_core/set/all/haml.rb
card-1.16.10 mod/01_core/set/all/haml.rb
card-1.16.9 mod/01_core/set/all/haml.rb
card-1.16.8 mod/01_core/set/all/haml.rb
card-1.16.7 mod/01_core/set/all/haml.rb
card-1.16.6 mod/01_core/set/all/haml.rb
card-1.16.5 mod/01_core/set/all/haml.rb
card-1.16.4 mod/01_core/set/all/haml.rb
card-1.16.3 mod/01_core/set/all/haml.rb
card-1.16.2 mod/01_core/set/all/haml.rb
card-1.16.1 mod/01_core/set/all/haml.rb