@return {string}
()
| 180 | |
| 181 | /** @return {string} */ |
| 182 | toCode() { |
| 183 | return `${this.prefix}${this.actor}.${this.title}(${this.humanizeArgs()})${this.suffix}` |
| 184 | } |
| 185 | |
| 186 | isMetaStep() { |
| 187 | return this.constructor.name === 'MetaStep' |
no test coverage detected