Sha256: c286eefd6684b6cd8a959e7abbda49d2f141502729db140023154dd52d43107e
Contents?: true
Size: 267 Bytes
Versions: 11
Compression:
Stored size: 267 Bytes
Contents
module GirFFI # Simple wrapper class to represent the implementation of a VFunc. class VFuncImplementation attr_reader :name, :implementation def initialize name, implementation @name = name @implementation = implementation end end end
Version data entries
11 entries across 11 versions & 1 rubygems