Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ public RubyContext(Ruby runtime) {
this.runtime = runtime;

// JRuby+Truffle uses POSIX for all IO - we need the native version
posix = POSIXFactory.getPOSIX(new TrufflePOSIXHandler(this), true);
posix = POSIXFactory.getNativePOSIX(new TrufflePOSIXHandler(this));

warnings = new Warnings(this);

0 comments on commit b390e7e

Please sign in to comment.