invoke(*args)
Invoke the command with the given list of arguments.
# File lib/rubygems/command.rb, line 287 def invoke(*args) invoke_with_build_args args, nil end