Method: Bade::AST::MixinCommonNode#params

Defined in:
lib/bade/ast/node/mixin_node.rb

#paramsArray<Node>

Returns:



12
13
14
# File 'lib/bade/ast/node/mixin_node.rb', line 12

def params
  children.select { |n| allowed_parameter_types.include?(n.type) }
end