Class: HtmlConditionalComment::Nodes::ChildOperator
- Defined in:
- lib/html-conditional-comment/nodes.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#child ⇒ Object
Returns the value of attribute child.
Method Summary
Methods included from Node
Instance Attribute Details
#child ⇒ Object
Returns the value of attribute child.
21 22 23 |
# File 'lib/html-conditional-comment/nodes.rb', line 21 def child @child end |