Class: Ruby::Rego::Unifier::ObjectBindingState
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Rego::Unifier::ObjectBindingState
- Defined in:
- lib/ruby/rego/unifier.rb
Overview
Tracks bindings and object keys already matched in a pattern.
Instance Attribute Summary collapse
-
#bindings ⇒ Object
Returns the value of attribute bindings.
-
#used_keys ⇒ Object
Returns the value of attribute used_keys.
Instance Attribute Details
#bindings ⇒ Object
Returns the value of attribute bindings
159 160 161 |
# File 'lib/ruby/rego/unifier.rb', line 159 def bindings @bindings end |
#used_keys ⇒ Object
Returns the value of attribute used_keys
159 160 161 |
# File 'lib/ruby/rego/unifier.rb', line 159 def used_keys @used_keys end |