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 c376b6b commit 074db88Copy full SHA for 074db88
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