Class: MilkTea::ExplicitFormatBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::ExplicitFormatBinding
- Defined in:
- lib/milk_tea/core/lowering.rb
Instance Attribute Summary collapse
-
#append_binding ⇒ Object
readonly
Returns the value of attribute append_binding.
-
#append_callee_name ⇒ Object
readonly
Returns the value of attribute append_callee_name.
-
#length_binding ⇒ Object
readonly
Returns the value of attribute length_binding.
-
#length_callee_name ⇒ Object
readonly
Returns the value of attribute length_callee_name.
Instance Attribute Details
#append_binding ⇒ Object (readonly)
Returns the value of attribute append_binding
81 82 83 |
# File 'lib/milk_tea/core/lowering.rb', line 81 def append_binding @append_binding end |
#append_callee_name ⇒ Object (readonly)
Returns the value of attribute append_callee_name
81 82 83 |
# File 'lib/milk_tea/core/lowering.rb', line 81 def append_callee_name @append_callee_name end |
#length_binding ⇒ Object (readonly)
Returns the value of attribute length_binding
81 82 83 |
# File 'lib/milk_tea/core/lowering.rb', line 81 def length_binding @length_binding end |
#length_callee_name ⇒ Object (readonly)
Returns the value of attribute length_callee_name
81 82 83 |
# File 'lib/milk_tea/core/lowering.rb', line 81 def length_callee_name @length_callee_name end |