Class: Context
- Inherits:
-
Object
- Object
- Context
- Defined in:
- lib/enhanced/context.rb
Instance Attribute Summary collapse
-
#binding_infos ⇒ Object
Returns the value of attribute binding_infos.
Instance Method Summary collapse
-
#initialize ⇒ Context
constructor
A new instance of Context.
Constructor Details
#initialize ⇒ Context
Returns a new instance of Context.
4 5 6 |
# File 'lib/enhanced/context.rb', line 4 def initialize @binding_infos = [] end |
Instance Attribute Details
#binding_infos ⇒ Object
Returns the value of attribute binding_infos.
2 3 4 |
# File 'lib/enhanced/context.rb', line 2 def binding_infos @binding_infos end |