Class: Zold::Remotes::Empty

Inherits:
Zold::Remotes show all
Defined in:
lib/zold/remotes.rb

Overview

Empty, for standalone mode

Constant Summary

Constants inherited from Zold::Remotes

MAX_NODES, PORT, RUNTIME_LIMIT, TOLERANCE

Instance Method Summary collapse

Methods inherited from Zold::Remotes

#add, #clean, #error, #errors, #exists?, #remove, #rescore, #reset

Constructor Details

#initializeEmpty

Returns a new instance of Empty.



50
51
52
# File 'lib/zold/remotes.rb', line 50

def initialize
  # Nothing here
end

Instance Method Details

#allObject



54
55
56
# File 'lib/zold/remotes.rb', line 54

def all
  []
end

#iterate(_) ⇒ Object



58
59
60
# File 'lib/zold/remotes.rb', line 58

def iterate(_)
  # Nothing to do here
end