# File Ouroboros.rb, line 78 def self.from_a( source_array ) self.new( source_array.length ){ |i| source_array[ i ] } end