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



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

def all
  []
end

#iterate(_) ⇒ Object



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

def iterate(_)
  # Nothing to do here
end