Class: HtmlConditionalComment::Nodes::ChildOperator

Inherits:
NodeItem
  • Object
show all
Defined in:
lib/html-conditional-comment/nodes.rb

Direct Known Subclasses

Comparison, Not

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#accept

Instance Attribute Details

#childObject

Returns the value of attribute child.



21
22
23
# File 'lib/html-conditional-comment/nodes.rb', line 21

def child
  @child
end