# File lib/core/facets/struct/attributes.rb, line 8 def attributes h = {} each_pair { |k,v| h[k] = v } h end