Class: Bade::AST::MixinCommonNode
- Defined in:
- lib/bade/ast/node/mixin_node.rb
Direct Known Subclasses
Instance Attribute Summary collapse
Attributes inherited from Node
#children, #filename, #lineno, #parent, #type
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Bade::AST::Node
Instance Attribute Details
Instance Method Details
#==(other) ⇒ Object
18 19 20 |
# File 'lib/bade/ast/node/mixin_node.rb', line 18 def ==(other) super && name == other.name end |