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

PORT, 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.



44
45
46
# File 'lib/zold/remotes.rb', line 44

def initialize
  # Nothing here
end

Instance Method Details

#allObject



48
49
50
# File 'lib/zold/remotes.rb', line 48

def all
  []
end

#iterate(_) ⇒ Object



52
53
54
# File 'lib/zold/remotes.rb', line 52

def iterate(_)
  # Nothing to do here
end