File: loader.rb

package info (click to toggle)
ruby-ffi-compiler 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 156 kB
  • sloc: ruby: 556; ansic: 16; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
7
8
module FFI
  module Compiler
    module Loader
      def self.find(*args)
      end
    end
  end
end