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