Sha256: b9cc767beccbe054ecefee5ae1e24d31a81ce391e930243faa97a00527cefa4a

Contents?: true

Size: 179 Bytes

Versions: 8

Compression:

Stored size: 179 Bytes

Contents

require File.dirname(__FILE__) + '/../../lib/tadpole'

Tadpole.register_template_path File.dirname(__FILE__)

myobj = "Tadpole!"
puts Tadpole(:custom, :html).run(:object => myobj)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tadpole-0.1.7 examples/example1/run.rb
tadpole-0.1.1 examples/example1/run.rb
tadpole-0.1.2 examples/example1/run.rb
tadpole-0.1.3 examples/example1/run.rb
tadpole-0.1.4 examples/example1/run.rb
tadpole-0.1.5 examples/example1/run.rb
tadpole-0.1.6 examples/example1/run.rb
tadpole-0.1.0 examples/example1/run.rb