12 13 14 15 16
# File 'lib/twing/utility/callback.rb', line 12 def run(type) @callbacks[type].each do |callback| yield callback end end