Class: Array

Inherits:
Object show all
Defined in:
lib/ruby-fs-stack/enunciate/identity.rb,
lib/ruby-fs-stack/enunciate/familytree.rb

Instance Method Summary collapse

Instance Method Details

#to_jaxb_json_hashObject



50
51
52
53
54
# File 'lib/ruby-fs-stack/enunciate/identity.rb', line 50

def to_jaxb_json_hash
  a = Array.new
  each { | _item | a.push _item.to_jaxb_json_hash }
  return a
end