Sha256: 2dcd90305ed75421ac349fb8c6b0d88d0fe919b58db76370af5fa78bc0e9c64e
Contents?: true
Size: 268 Bytes
Versions: 10
Compression:
Stored size: 268 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
10 entries across 10 versions & 1 rubygems