Class: RSX::Nodes::Expression
- Inherits:
-
Struct
- Object
- Struct
- RSX::Nodes::Expression
- Defined in:
- lib/rsx/nodes.rb
Overview
ruby in child position.
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/rsx/nodes.rb', line 11 def line @line end |
#source ⇒ Object
Returns the value of attribute source
11 12 13 |
# File 'lib/rsx/nodes.rb', line 11 def source @source end |