(atoms)
| 17361 | return this |
| 17362 | } |
| 17363 | setAtoms(atoms) { |
| 17364 | return this.setLine(atoms.join(this.atomBreakSymbol)) |
| 17365 | } |
| 17366 | setAtomsFrom(index, atoms) { |
| 17367 | this.setAtoms(this.atoms.slice(0, index).concat(atoms)) |
| 17368 | return this |
no test coverage detected