Class: MilkTea::IR::BlockStmt
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::BlockStmt
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
32 33 34 |
# File 'lib/milk_tea/core/ir.rb', line 32 def body @body end |