Class: Taoism::Nodes::Block

Inherits:
Struct
  • Object
show all
Defined in:
lib/taoism/nodes.rb

Overview

── Block ──

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



26
27
28
# File 'lib/taoism/nodes.rb', line 26

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



26
27
28
# File 'lib/taoism/nodes.rb', line 26

def start
  @start
end

#stmtsObject

Returns the value of attribute stmts

Returns:

  • (Object)

    the current value of stmts



26
27
28
# File 'lib/taoism/nodes.rb', line 26

def stmts
  @stmts
end