Sha256: c2862d731938b018802319da95b95054f408830c1599111c6514392203fc8bba

Contents?: true

Size: 376 Bytes

Versions: 48

Compression:

Stored size: 376 Bytes

Contents

require 'spiderfw/templates/template_blocks'

module Spider; module TemplateBlocks
    
    class Output < Block
        
        def compile(options={})
            init = nil
            c = ""
            str = escape_text(@el.get_attribute('text'))
            c += "$out << '#{str}'\n"
            return CompiledBlock.new(init, c)
        end

    end
    
    
end; end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
spiderfw-1.0.1 lib/spiderfw/templates/blocks/output.rb
spiderfw-1.0.0 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.39 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.38 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.37 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.35 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.34 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.33 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.32 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.31 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.30 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.29 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.28 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.27 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.26 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.26.pre1 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.25 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.24 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.23 lib/spiderfw/templates/blocks/output.rb
spiderfw-0.6.22 lib/spiderfw/templates/blocks/output.rb