Ruby - Methods
You want to write a predicate method
palindrome? that returns true if a string reads the same forwards and backwards. Which code correctly implements this?