# File lib/pdfkit/configuration.rb, line 26
    def default_wkhtmltopdf
      @default_command_path ||= (defined?(Bundler::GemfileError) && File.exists?('Gemfile') ? `bundle exec which wkhtmltopdf` : `which wkhtmltopdf`).chomp
    end