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