From cf86732d4adf1c2031a250ccdd8b71a2912bb0e4 Mon Sep 17 00:00:00 2001 From: Roger Pack Date: Tue, 30 Sep 2008 16:59:51 -0600 Subject: [PATCH] switch to c based all_hashes --- lib/mysqlplus.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/mysqlplus.rb b/lib/mysqlplus.rb index 95fa6c4..aa2490a 100644 --- a/lib/mysqlplus.rb +++ b/lib/mysqlplus.rb @@ -10,10 +10,3 @@ class Mysql end -class Mysql::Result - def all_hashes - rows = [] - each_hash { |row| rows << row } - rows - end -end