Class: Ast::Merge::CommutativeParentDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#child_groupObject

Returns the value of attribute child_group

Returns:

  • (Object)

    the current value of child_group



781
782
783
# File 'lib/ast/merge.rb', line 781

def child_group
  @child_group
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



781
782
783
# File 'lib/ast/merge.rb', line 781

def selector
  @selector
end