class FFI::Union

Public Class Methods

# File lib/ffi/union.rb, line 37
def self.builder
  b = StructLayoutBuilder.new
  b.union = true
  b
end