switch to c based all_hashes

This commit is contained in:
Roger Pack 2008-09-30 16:59:51 -06:00
parent ab757bdf9d
commit cf86732d4a
1 changed files with 0 additions and 7 deletions

View File

@ -10,10 +10,3 @@ class Mysql
end
class Mysql::Result
def all_hashes
rows = []
each_hash { |row| rows << row }
rows
end
end