# File lib/sqlite3/database.rb, line 697 def count ensure_aggregate! @driver.aggregate_count( @func ) end