Sha256: 1bb596bbfaf9dcf55fa9642f4fb1204c39dcc42aed21fced6efd6ae1ba3d0382
Contents?: true
Size: 332 Bytes
Versions: 13
Compression:
Stored size: 332 Bytes
Contents
module NxtStateMachine class StateRegistry < NxtRegistry::Registry def initialize super :states do on_key_already_registered do |key| raise NxtStateMachine::Errors::StateAlreadyRegistered, "A state with the name '#{key}' was already registered!" end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems