Object
ElementRelationship is knowledge about parent-children relationship between Elements.
# File lib/rd/document-struct.rb, line 37 def initialize(parent, child) @parent = parent @child = child end
# File lib/rd/document-struct.rb, line 42 def match?(parent, child) parent.is_a? @parent and child.is_a? @child end
[Validate]
Generated with the Darkfish Rdoc Generator 2.