Class: HtmlConditionalComment::Nodes::Html
- Defined in:
- lib/html-conditional-comment/nodes.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
Method Summary
Methods included from Node
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
51 52 53 |
# File 'lib/html-conditional-comment/nodes.rb', line 51 def content @content end |