Sha256: 65cfa4e86bafedb2ff0fed05913aa264f956305d5bf221df53f83384fb0c7131
Contents?: true
Size: 293 Bytes
Versions: 67
Compression:
Stored size: 293 Bytes
Contents
module Fiddle class Function # The ABI of the Function. attr_reader :abi # The address of this function attr_reader :ptr # The name of this function attr_reader :name # The integer memory location of this function def to_i ptr.to_i end end end
Version data entries
67 entries across 39 versions & 3 rubygems