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 41e92af commit 62ba5d9Copy full SHA for 62ba5d9
src/createRuby.js
@@ -47,7 +47,7 @@ export default async function createRuby() {
47
48
return vm.eval(rubySource).toString();
49
},
50
- // A function to print the current YARV execution
+ // A function to print the current sea of nodes
51
seaOfNodes(source) {
52
const jsonSource = JSON.stringify(JSON.stringify(source));
53
const rubySource = `
0 commit comments