Sha256: ee442f6b3e838d42f9e095cc13679cea297efc3c9f02654a65b7a00d8b269284
Contents?: true
Size: 479 Bytes
Versions: 71
Compression:
Stored size: 479 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' module Volt # 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 def dom_section(*args) AttributeSection.new(self, *args) end end end
Version data entries
71 entries across 71 versions & 1 rubygems