Method: Lines::Author#first_name

Defined in:
app/models/lines/author.rb

#first_nameObject

Returns the first name



20
21
22
# File 'app/models/lines/author.rb', line 20

def first_name
  self.name.split(" ").first
end