# File lib/rubygems/version.rb, line 195 def balance(a, b) a << Part.new(0) while a.size < b.size b << Part.new(0) while b.size < a.size [a, b] end