# File lib/rr/integrations.rb, line 29
  def self.applicable_adapters
    adapters.select { |adapter| adapter.applies? }
  end