Class: MilkTea::ExplicitHashBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::ExplicitHashBinding
- 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
78 79 80 |
# File 'lib/milk_tea/core/lowering.rb', line 78 def binding @binding end |
#callee_name ⇒ Object (readonly)
Returns the value of attribute callee_name
78 79 80 |
# File 'lib/milk_tea/core/lowering.rb', line 78 def callee_name @callee_name end |