Class: Gemite::AST::TplCode

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statementsObject

Returns the value of attribute statements

Returns:

  • (Object)

    the current value of statements



37
38
39
# File 'lib/gemite/ast.rb', line 37

def statements
  @statements
end