def initialize(obj = nil) obj.instance_variables.each do |ivar| instance_variable_set(ivar, obj.instance_variable_get(ivar)) end if obj end