Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 4, 2023
1 parent 3b038ca commit 43f1495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini_mime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def fetch(key, &blk)
end
end

if false # ::File.method_defined?(:pread)
if ::File.method_defined?(:pread)
PReadFile = ::File
else
# For Windows support
Expand Down

0 comments on commit 43f1495

Please sign in to comment.