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