# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 152 def select_one(statement, name=nil) with_entry_point(:select_one) do super(statement, name) end end