Sha256: 3da11b1b19575eb36862183acaf4a4f0f7cdd5765a8fa63129d010d9dc4100b4
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
require 'ffi' module FFI module Library def ffi_lib(*names) end def ffi_libraries end def attach_function(name, func, args, returns = nil, options = nil) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mohawk-0.0.7 | spec/ffi_stub.rb |
mohawk-0.0.6 | spec/ffi_stub.rb |
mohawk-0.0.5 | spec/ffi_stub.rb |
mohawk-0.0.4 | spec/ffi_stub.rb |