class Chaos::InstabilityFactory
Constants
- REGISTRY
Public Instance Methods
build(instability)
click to toggle source
# File lib/chaos/instability_factory.rb, line 9 def build(instability) REGISTRY.fetch(instability.to_sym) end