Discourage direct use of FFI by making it a private constant

This commit is contained in:
0x1eef 2024-06-25 15:37:43 -03:00
parent b2230efecf
commit 0bc7db2dc2

View file

@ -64,4 +64,5 @@ module BSD::Capsicum
@libc ||= Fiddle.dlopen Dir["/lib/libc.*"].first @libc ||= Fiddle.dlopen Dir["/lib/libc.*"].first
end end
end end
private_constant :FFI
end end