Method: Docker::Event.since

Defined in:
lib/docker/event.rb

.since(since, opts = {}, conn = Docker.connection, &block) ⇒ Object



25
26
27
# File 'lib/docker/event.rb', line 25

def since(since, opts = {}, conn = Docker.connection, &block)
  stream(opts.merge(:since => since), conn, &block)
end