32 33 34
# File 'lib/shanty/mixins/callbacks.rb', line 32 def callbacks @callbacks ||= Hash.new { |h, k| h[k] = [] } end