Class: Ast::Merge::CommutativeParentDefinition
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::CommutativeParentDefinition
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#child_group ⇒ Object
Returns the value of attribute child_group.
-
#selector ⇒ Object
Returns the value of attribute selector.
Instance Attribute Details
#child_group ⇒ Object
Returns the value of attribute child_group
781 782 783 |
# File 'lib/ast/merge.rb', line 781 def child_group @child_group end |
#selector ⇒ Object
Returns the value of attribute selector
781 782 783 |
# File 'lib/ast/merge.rb', line 781 def selector @selector end |