# Magic methods Don't get special treatment. ```thp class Cat { pub fun __sleep() -> Array[String] { // logic } } ``` ```thp ```