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