Class: Bade::AST::MixinBlockNode
- Inherits:
-
MixinCommonNode
- Object
- Node
- MixinCommonNode
- Bade::AST::MixinBlockNode
- Defined in:
- lib/bade/ast/node/mixin_node.rb
Instance Attribute Summary
Attributes inherited from MixinCommonNode
Attributes inherited from Node
#children, #filename, #lineno, #parent, #type
Instance Method Summary collapse
Methods inherited from MixinCommonNode
Methods inherited from Node
#==, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Bade::AST::Node
Instance Method Details
#allowed_parameter_types ⇒ Object
30 31 32 |
# File 'lib/bade/ast/node/mixin_node.rb', line 30 def allowed_parameter_types %i[mixin_param mixin_key_param] end |