In Files

Included Modules

Class/Module Index [+]

Quicksearch

RR

Attributes

debug[RW]
debug?[RW]
overridden_error_class[RW]

Public Class Methods

autohook() click to toggle source
# File lib/rr/autohook.rb, line 15
def autohook
  applicable_adapters.each do |adapter|
    puts "Using adapter: #{adapter.name}" if RR.debug?
    adapter.hook
  end
end
version() click to toggle source
# File lib/rr/version.rb, line 4
def self.version; VERSION; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.