class ActiveRecord::ConnectionAdapters::ReaperTest::FakePool

Attributes

reaped[R]

Public Class Methods

new() click to toggle source
# File activerecord/test/cases/reaper_test.rb, line 22
def initialize
  @reaped = false
end

Public Instance Methods

reap() click to toggle source
# File activerecord/test/cases/reaper_test.rb, line 26
def reap
  @reaped = true
end