Class: Kapusta::Compiler::Language::FinallyClause
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::FinallyClause
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
15 16 17 |
# File 'lib/kapusta/compiler/language.rb', line 15 def body @body end |