method

flatten_deeper

flatten_deeper(array)
private

Array#flatten has problems with recursive arrays before Ruby 1.9.2. Going one level deeper solves the majority of the problems.