# File lib/automateit/plugin/manager.rb, line 123 def dispatch(*args, &block) # Extract caller's method as symbol to save user from having to specify it method = caller[0].match(/:in `(.+?)'/)[1].to_sym dispatch_to(method, *args, &block) end