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