# File lib/github/command.rb, line 22 def call(*args) arity = method(:command).arity args << nil while args.size < arity send :command, *args end