# File lib/couchrest/mixins/callbacks.rb, line 89 def run_callbacks(kind, options = {}, &blk) send("_run_#{kind}_callbacks", &blk) end