Class: Servitor::InfrastructureRequirements
- Inherits:
-
Object
- Object
- Servitor::InfrastructureRequirements
- Defined in:
- lib/infrastructure/infrastructure_requirements.rb
Instance Method Summary collapse
-
#consistent_hash ⇒ Object
Returns a hash of the requirements that should be consistent between processes.
Instance Method Details
#consistent_hash ⇒ Object
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 |