Sha256: 7bb2ed7b3291bc33c532095e05d06a348e577f0a096b83c67f3e59316498ba44

Contents?: true

Size: 227 Bytes

Versions: 18

Compression:

Stored size: 227 Bytes

Contents

module RR
  class << self
    def autohook
      applicable_adapters.each { |adapter| adapter.load }
      if applicable_adapters.empty?
        puts "No adapters matched!" if RR.debug?
      end
    end
  end
end

RR.autohook

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rr-3.1.1 lib/rr/autohook.rb
rr-3.1.0 lib/rr/autohook.rb
rr-3.0.9 lib/rr/autohook.rb
rr-3.0.8 lib/rr/autohook.rb
rr-3.0.7 lib/rr/autohook.rb
rr-3.0.6 lib/rr/autohook.rb
rr-3.0.5 lib/rr/autohook.rb
rr-3.0.4 lib/rr/autohook.rb
rr-3.0.3 lib/rr/autohook.rb
rr-3.0.2 lib/rr/autohook.rb
rr-3.0.1 lib/rr/autohook.rb
rr-3.0.0 lib/rr/autohook.rb
rr-1.2.1 lib/rr/autohook.rb
rr-1.2.0 lib/rr/autohook.rb
rr-1.1.2 lib/rr/autohook.rb
rr-1.1.2.rc1 lib/rr/autohook.rb
rr-1.1.1 lib/rr/autohook.rb
rr-1.1.1.rc1 lib/rr/autohook.rb