We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec815b commit cdbe615Copy full SHA for cdbe615
1 file changed
lib/prism/ffi/native_ffi.rb
@@ -320,6 +320,6 @@ def string_query_local(string)
320
end
321
322
323
- FFICommon = NativeCommon.new
+ FFICommon = NativeCommon.new.freeze
324
private_constant(:FFICommon)
325
0 commit comments