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
@@ -1,7 +1,7 @@
class PeopleController < ApplicationController

PLATFORM = if defined? Truffle
Truffle.graal? ? :graal : :truffle
Truffle::Graal.graal? ? :graal : :truffle
else
:jruby
end

0 comments on commit b52adbf

Please sign in to comment.