Class: ActiveRecord::ConnectionAdapters::NullDBAdapter::Checkpoint
- Defined in:
- lib/active_record/connection_adapters/nulldb_adapter/checkpoint.rb
Instance Attribute Summary
Attributes inherited from Statement
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ Checkpoint
constructor
A new instance of Checkpoint.
Constructor Details
#initialize ⇒ Checkpoint
Returns a new instance of Checkpoint.
4 5 6 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/checkpoint.rb', line 4 def initialize super(:checkpoint, "") end |
Instance Method Details
#==(other) ⇒ Object
8 9 10 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/checkpoint.rb', line 8 def ==(other) self.class == other.class end |