Sha256: 95d2643d32fe0729cc2c0af1b2f81f389ea0126c8cb820c9e5cfef8240500760
Contents?: true
Size: 454 Bytes
Versions: 11
Compression:
Stored size: 454 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 def section(*args) return AttributeSection.new(self, *args) end end
Version data entries
11 entries across 11 versions & 1 rubygems