20 21 22
# File 'lib/cod/callbacks.rb', line 20 def register_callback(&block) Thread.current[:callbacks] << block end