Class: MilkTea::IR::StaticAssert
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::StaticAssert
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
45 46 47 |
# File 'lib/milk_tea/core/ir.rb', line 45 def condition @condition end |
#message ⇒ Object (readonly)
Returns the value of attribute message
45 46 47 |
# File 'lib/milk_tea/core/ir.rb', line 45 def @message end |