# File lib/ldap/schema.rb, line 16 def initialize(entry) if( entry ) entry.each do |key, vals| self[key] = vals end end end