Method: Docker.reset!

Defined in:
lib/docker.rb

.reset!Object



99
100
101
102
103
# File 'lib/docker.rb', line 99

def reset!
  @url = nil
  @options = nil
  reset_connection!
end