Sha256: 78afb8a0e5d9e834bb8b3b1a2c2da4f73ab808a7d2486b03d6a1c795bf4b2cb0
Contents?: true
Size: 376 Bytes
Versions: 71
Compression:
Stored size: 376 Bytes
Contents
require 'volt/page/targets/base_section' require 'volt/page/targets/dom_section' module Volt # DomTarget's provide an interface that can render bindings into # the dom. Currently only one "dom" is supported, but multiple # may be allowed in the future (iframes?) class DomTarget < BaseSection def dom_section(*args) DomSection.new(*args) end end end
Version data entries
71 entries across 71 versions & 1 rubygems