Method: Ruleby::Core::Printable#initialize
- Defined in:
- lib/core/nodes.rb
#initialize ⇒ Printable
Returns a new instance of Printable.
251 252 253 254 |
# File 'lib/core/nodes.rb', line 251 def initialize # this is only used for printing the network, not for matching @parent_nodes = [] end |