44 45 46
# File 'lib/form_obj/struct.rb', line 44 def inspect "#{name}#{attributes.size > 0 ? "(#{attributes.join(', ')})" : ''}" end