# File lib/capistrano/command.rb, line 13
    def self.process(command, sessions, options={}, &block)
      new(command, sessions, options, &block).process!
    end