Sha256: c770a442db349e33cec4a2b6995e98932d643bea4133f5e5221b3e598975644f
Contents?: true
Size: 351 Bytes
Versions: 24
Compression:
Stored size: 351 Bytes
Contents
require 'volt/page/targets/base_section' require 'volt/page/targets/dom_section' # 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) return DomSection.new(*args) end end
Version data entries
24 entries across 24 versions & 1 rubygems