Class: RSX::Nodes::Fragment
- Inherits:
-
Struct
- Object
- Struct
- RSX::Nodes::Fragment
- Defined in:
- lib/rsx/nodes.rb
Overview
<>...</>
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
20 21 22 |
# File 'lib/rsx/nodes.rb', line 20 def children @children end |
#line ⇒ Object
Returns the value of attribute line
20 21 22 |
# File 'lib/rsx/nodes.rb', line 20 def line @line end |