Module: Dommy::DocumentType::NodeBacked

Defined in:
lib/dommy/document.rb

Overview

Mixed into a node-backed doctype only, so a synthetic one does NOT respond to __dommy_backend_node__ — leaving the Node mixin's guards (which key off respond_to?(:__dommy_backend_node__)) to treat it as disconnected.

Instance Method Summary collapse

Instance Method Details

#__dommy_backend_node__Object



33
# File 'lib/dommy/document.rb', line 33

def __dommy_backend_node__ = @__node__