MCPcopy Create free account
hub / github.com/existentialmutt/lt-ruby / ruby.js

File ruby.js

codemirror/ruby.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1CodeMirror.defineMode("ruby", function(config) {
2 function wordObj(words) {
3 var o = {};
4 for (var i = 0, e = words.length; i < e; ++i) o[words[i]] = true;

Callers

nothing calls this directly

Calls 1

wordObjFunction · 0.85

Tested by

no test coverage detected