Discourage direct use of FFI by making it a private constant
This commit is contained in:
parent
b2230efecf
commit
0bc7db2dc2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue