Class: Zold::Remotes::Empty

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

Overview

Empty, for standalone mode

Instance Method Summary collapse

Constructor Details

#initializeEmpty

Returns a new instance of Empty.



118
119
120
# File 'lib/zold/remotes.rb', line 118

def initialize
  # Nothing to init here
end

Instance Method Details

#allObject



122
123
124
# File 'lib/zold/remotes.rb', line 122

def all
  []
end

#iterate(_) ⇒ Object



126
127
128
# File 'lib/zold/remotes.rb', line 126

def iterate(_)
  # Nothing to do here
end

#mtimeObject



130
131
132
# File 'lib/zold/remotes.rb', line 130

def mtime
  Time.now
end