# File lib/juicer/binary.rb, line 107
    def command
      return @command if !@opt_set && @command
      @opt_set = false
      @command = [@binary, options]
    end