Ruby - Methods
You want to create a predicate method
valid_name? that returns true only if a string is not empty and contains only letters. Which implementation is correct?