Class: Kapusta::Compiler::Language::FinallyClause

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/compiler/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



15
16
17
# File 'lib/kapusta/compiler/language.rb', line 15

def body
  @body
end