before_shutdown(out)
click to toggle source
def before_shutdown(out)
end
clear!()
click to toggle source
def clear!
raise NotImplementedError, "Implement this method in child class"
end
emit(key, data, chain)
click to toggle source
def emit(key, data, chain)
raise NotImplementedError, "Implement this method in child class"
end
keys()
click to toggle source
def keys
raise NotImplementedError, "Implement this method in child class"
end
pop(out)
click to toggle source
def pop(out)
raise NotImplementedError, "Implement this method in child class"
end
push(key)
click to toggle source
def push(key)
raise NotImplementedError, "Implement this method in child class"
end
shutdown()
click to toggle source
start()
click to toggle source