**Describe the solution you'd like** ```js def broken_code(a) a.nope() // raises an error rescue as error puts(error.to_s()) end ```
Describe the solution you'd like