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



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

def all
  []
end

#iterate(_) ⇒ Object



46
47
48
# File 'lib/zold/remotes.rb', line 46

def iterate(_)
  # Nothing to do here
end