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.
1 parent a3c0eb0 commit 5c30207Copy full SHA for 5c30207
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