Method: Zold::Farm#best
- Defined in:
- lib/zold/node/farm.rb
#best ⇒ Object
Returns the list of best scores the farm managed to find up to now. The list is NEVER empty, even if the farm has just started. If it’s empty, it’s definitely a bug. If the farm is just fresh start, the list will contain a single score with a zero value.
77 78 79 |
# File 'lib/zold/node/farm.rb', line 77 def best load end |