Returns the first name
20 21 22
# File 'app/models/lines/author.rb', line 20 def first_name self.name.split(" ").first end