# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 166 def select(statement, name) returning([]) do self.execution_log << Statement.new(entry_point, statement) end end