Sha256: ef99f1431c9616546dcff62f02e8630551250452d714d6751e28049acee5056f
Contents?: true
Size: 521 Bytes
Versions: 42
Compression:
Stored size: 521 Bytes
Contents
require 'volt/page/targets/base_section' require 'volt/page/targets/attribute_section' require 'volt/page/targets/binding_document/component_node' require 'volt/page/targets/binding_document/html_node' # AttributeTarget's provide an interface that can render bindings into # a string that can then be used to update a attribute binding. class AttributeTarget < ComponentNode # TODO: improve def skip_current_queue_flush true end def section(*args) return AttributeSection.new(self, *args) end end
Version data entries
42 entries across 42 versions & 1 rubygems