Skip to content

Commit 1dffe02

Browse files
committed
Let jt build work on Ruby 3
1 parent 21e6e82 commit 1dffe02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/jt.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ def truffle_version
751751
def mx(*args)
752752
super(*args)
753753
end
754+
ruby2_keywords :mx if respond_to?(:ruby2_keywords, true)
754755

755756
def launcher
756757
puts ruby_launcher

0 commit comments

Comments
 (0)