class ActiveRecord::ConnectionAdapters::NullDBAdapter::Checkpoint

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/active_record/connection_adapters/nulldb_adapter/checkpoint.rb, line 4
def initialize
  super(:checkpoint, "")
end

Public Instance Methods

==(other) click to toggle source
# File lib/active_record/connection_adapters/nulldb_adapter/checkpoint.rb, line 8
def ==(other)
  self.class == other.class
end