Method: CIRunner::Check::Step#hash

Defined in:
lib/ci_runner/check/circle_ci.rb

#hashString

Used for unique comparison.

Returns:

  • (String)


49
50
51
# File 'lib/ci_runner/check/circle_ci.rb', line 49

def hash
  [self.class, name, failed].hash
end