# File lib/automateit/plugin/manager.rb, line 171 def dispatch_safely(*args, &block) method = caller[0].match(/:in `(.+?)'/)[1].to_sym dispatch_safely_to(method, *args, &block) end