Class: Zold::Remotes::Empty

Inherits:
Object
  • Object
show all
Defined in:
lib/zold/remotes.rb

Overview

Empty, for standalone mode

Instance Method Summary collapse

Instance Method Details

#allObject



38
39
40
# File 'lib/zold/remotes.rb', line 38

def all
  []
end

#iterate(_) ⇒ Object



42
43
44
# File 'lib/zold/remotes.rb', line 42

def iterate(_)
  # Nothing to do here
end