Sha256: 1379bc4d8a022dba39f41ecf78775c04cd8b68e6e2c31a04e009f1dc4335f169
Contents?: true
Size: 158 Bytes
Versions: 13
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true require "gir_ffi/ownable" module GirFFI # Union that can be owned. class Union < FFI::Union include Ownable end end
Version data entries
13 entries across 13 versions & 1 rubygems