Method: SpringSet#get_most_empty

Defined in:
lib/spring_set.rb

#get_most_emptyObject



46
47
48
# File 'lib/spring_set.rb', line 46

def get_most_empty
  calc_stat(:size) { |a, b| a < b }
end