Skip to content

Commit

Permalink
Issue zold-io#315 - Adding mtime method to Empty Remote
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianodellacasa committed Jul 24, 2018
1 parent f5082db commit 52ce489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/zold/remotes.rb
Expand Up @@ -62,6 +62,10 @@ def all
def iterate(_)
# Nothing to do here
end

def mtime
Time.now
end
end

# One remote.
Expand Down

0 comments on commit 52ce489

Please sign in to comment.