# File lib/ruport/data/record.rb, line 255 def initialize_copy(from) @data = from.data.dup @attributes = from.attributes.dup end