switch to c based all_hashes
This commit is contained in:
parent
ab757bdf9d
commit
cf86732d4a
@ -10,10 +10,3 @@ class Mysql
|
||||
|
||||
end
|
||||
|
||||
class Mysql::Result
|
||||
def all_hashes
|
||||
rows = []
|
||||
each_hash { |row| rows << row }
|
||||
rows
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user