# File lib/spreadsheet/helpers.rb, line 3 def rcompact(array) while !array.empty? && array.last.nil? array.pop end array end
[Validate]
Generated with the Darkfish Rdoc Generator 2.