Skip to content

Commit 016d605

Browse files
authored
Update generateTryRubyUrl to remove engine version
closes #3701
2 parents 713a660 + 5c30207 commit 016d605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/try-ruby-examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var TryRubyExamples = {
2323

2424
generateTryRubyUrl: function(code) {
2525
var encodedCode = encodeURIComponent(code);
26-
return 'https://try.ruby-lang.org/playground/#code=' + encodedCode + '&engine=cruby-3.3.0';
26+
return 'https://try.ruby-lang.org/playground/#code=' + encodedCode;
2727
},
2828

2929
onExampleLoaded: function() {

0 commit comments

Comments
 (0)