We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jt ruby-home
1 parent e97707f commit 754b462Copy full SHA for 754b462
tool/jt.rb
@@ -286,7 +286,6 @@ def ruby_home
286
require_ruby_launcher!
287
File.expand_path('../..', @ruby_launcher_realpath)
288
end
289
- alias_method :'ruby-home', :ruby_home
290
291
def truffleruby!
292
raise 'This command requires TruffleRuby.' unless truffleruby?
@@ -917,6 +916,10 @@ def launcher
917
916
puts ruby_launcher
918
919
+ define_method(:'ruby-home') do
920
+ puts ruby_home
921
+ end
922
+
923
def build(*options)
924
in_truffleruby_repo_root!
925
project = options.shift
0 commit comments