Flowdock
method

union

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Importer
union(signature) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/dl/lib/dl/import.rb, line 187
    def union(signature)
      tys, mems = parse_struct_signature(signature, @type_alias)
      DL::CStructBuilder.create(CUnion, tys, mems)
    end
Register or log in to add new notes.