# File lib/github.rb, line 73 def invoke(command, *args) block = find_command(command) debug "Invoking `#{command}`" block.call(*args) end