# File lib/tins/minimize.rb, line 38 def unminimize result = [] for range in self for e in range result << e end end result end