Method: Policy::Base::Node.initialize
- Defined in:
- lib/policy/base/node.rb
.initialize(*policies) ⇒ Policy::Base::Node
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Creates the node (composite policy) from its parts
20 21 22 |
# File 'lib/policy/base/node.rb', line 20 def initialize(*policies) @policies = policies end |