Class: Zold::Farmers::Plain
- Inherits:
-
Object
- Object
- Zold::Farmers::Plain
- Defined in:
- lib/zold/node/farmers.rb
Overview
Plain and simple
Instance Method Summary collapse
-
#initialize(log: Log::NULL) ⇒ Plain
constructor
A new instance of Plain.
- #up(score) ⇒ Object
Constructor Details
Instance Method Details
#up(score) ⇒ Object
51 52 53 |
# File 'lib/zold/node/farmers.rb', line 51 def up(score) score.next end |