Class: Taoism::Nodes::NoneLit
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::NoneLit
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
41 42 43 |
# File 'lib/taoism/nodes.rb', line 41 def end @end end |
#start ⇒ Object
Returns the value of attribute start
41 42 43 |
# File 'lib/taoism/nodes.rb', line 41 def start @start end |