# File lib/dbi/base_classes/database.rb, line 21 def initialize(handle, attr) @handle = handle @attr = {} attr.each {|k,v| self[k] = v} end