# File lib/execjs/runtimes.rb, line 55
    def self.best_available
      runtimes.reject(&:deprecated?).find(&:available?)
    end