Method: Amaze::Algorithm::GrowingTree#config

Defined in:
lib/amaze/algorithm/growing_tree.rb

#configObject (readonly)

The configuration of the algorithm In this instance the way the next cell gets picked from the list of active cells.



7
8
9
# File 'lib/amaze/algorithm/growing_tree.rb', line 7

def config
  @config
end