28 29 30
# File 'lib/dto.rb', line 28 def to_s members.map { |attr| "#{attr}: #{send(attr)}" }.join(", ") end