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.
2 parents 713a660 + 5c30207 commit 016d605Copy full SHA for 016d605
javascripts/try-ruby-examples.js
@@ -23,7 +23,7 @@ var TryRubyExamples = {
23
24
generateTryRubyUrl: function(code) {
25
var encodedCode = encodeURIComponent(code);
26
- return 'https://try.ruby-lang.org/playground/#code=' + encodedCode + '&engine=cruby-3.3.0';
+ return 'https://try.ruby-lang.org/playground/#code=' + encodedCode;
27
},
28
29
onExampleLoaded: function() {
0 commit comments