# File lib/Borges/Callback/CallbackStore.rb, line 56 def store(callback) key = (@count += 1).to_s @callbacks[key] = callback return key end