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