Method: SpringSet#get_most_empty
- Defined in:
- lib/spring_set.rb
#get_most_empty ⇒ Object
46 47 48 |
# File 'lib/spring_set.rb', line 46 def get_most_empty calc_stat(:size) { |a, b| a < b } end |
46 47 48 |
# File 'lib/spring_set.rb', line 46 def get_most_empty calc_stat(:size) { |a, b| a < b } end |