Method: Array#odba_restore

Defined in:
lib/odba/persistable.rb

#odba_restore(collection = []) ⇒ Object



507
508
509
510
511
# File 'lib/odba/persistable.rb', line 507

def odba_restore(collection=[])
	collection.each { |key, val| 
		self[key] = val
	}
end