# File lib/juicer/binary.rb, line 18
    def initialize(binary, options = {})
      @options = self.respond_to?(:default_options) ? default_options.merge(options) : options
      @opt_set = false
      @command = nil
      @binary = binary
      @path = []
    end