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