Method: Udgenerator::Core#structs
- Defined in:
- lib/udgenerator.rb
#structs(arrType) ⇒ Object
116 117 118 119 120 |
# File 'lib/udgenerator.rb', line 116 def structs(arrType) result = "" arrType.each_pair{|s, d| result += struct(s) + "\n"} result end |