Class: MilkTea::IR::SwitchDefaultCase

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



35
36
37
# File 'lib/milk_tea/core/ir.rb', line 35

def body
  @body
end