Method: Gitlab::QA::Docker::Command#==

Defined in:
lib/gitlab/qa/docker/command.rb

#==(other) ⇒ Object



43
44
45
# File 'lib/gitlab/qa/docker/command.rb', line 43

def ==(other)
  to_s == other.to_s
end