Class: OctaveReducedTree

Inherits:
FractionTree show all
Defined in:
lib/fraction_tree.rb

Constant Summary

Constants inherited from FractionTree

FractionTree::DEFAULT_TREE_DEPTH

Class Method Summary collapse

Methods inherited from FractionTree

child_of, common_ancestors_between, descendancy_from, descendants_of, numeric_sequence, parents_of, path_to, quotient_walk, sequence, tree

Class Method Details

.base_segmentObject



258
259
260
# File 'lib/fraction_tree.rb', line 258

def self.base_segment
  [Node.new(1,1), Node.new(2,1)]
end