# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 68 def initialize(entry_point, content = "") @entry_point, @content = entry_point, content end
# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 72 def ==(other) self.entry_point == other.entry_point end