Class: Servitor::InfrastructureRequirements

Inherits:
Object
  • Object
show all
Defined in:
lib/infrastructure/infrastructure_requirements.rb

Instance Method Summary collapse

Instance Method Details

#consistent_hashObject

Returns a hash of the requirements that should be consistent between processes



19
20
21
# File 'lib/infrastructure/infrastructure_requirements.rb', line 19

def consistent_hash
  Zlib.crc32(self.to_yaml, 0)
end