toString()
in
lib/lexer.js [38:40]
3
lines of code
1
McCabe index (conditional complexity)
toString() { return `Text: ${this.text}`; }