[Source]
# File lib/data_mapper/support/struct.rb, line 2 2: def attributes 3: h = {} 4: each_pair { |k,v| h[k] = v } 5: h 6: end
[Validate]