# File lib/active_support/callbacks.rb, line 80 def run_callbacks(kind, *args, &block) send("_run_#{kind}_callbacks", *args, &block) end