# Magic methods Are always public ```thp class Cat { pub fun __sleep() -> Array[String] { // logic } } ```