Class: Gemite::AST::TplCode
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::TplCode
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#statements ⇒ Object
Returns the value of attribute statements.
Instance Attribute Details
#statements ⇒ Object
Returns the value of attribute statements
37 38 39 |
# File 'lib/gemite/ast.rb', line 37 def statements @statements end |