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