Class: Taoism::Nodes::Block
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Block
- Defined in:
- lib/taoism/nodes.rb
Overview
── Block ──
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#stmts ⇒ Object
Returns the value of attribute stmts.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
26 27 28 |
# File 'lib/taoism/nodes.rb', line 26 def end @end end |
#start ⇒ Object
Returns the value of attribute start
26 27 28 |
# File 'lib/taoism/nodes.rb', line 26 def start @start end |
#stmts ⇒ Object
Returns the value of attribute stmts
26 27 28 |
# File 'lib/taoism/nodes.rb', line 26 def stmts @stmts end |