Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/ruby/jruby/kernel/file.rb
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
# Gracefully bail if FFI is not available
end

if defined?(::FFI)
if defined?(::FFI::Config)
module JRuby::Windows
module File
module Constants
@@ -231,4 +231,4 @@ def flock(operation)
end
end
end
end
end

0 comments on commit e3556a4

Please sign in to comment.