Method: Noter::NoteFile#first_line

Defined in:
lib/noter/note_file.rb

#first_lineObject



23
24
25
# File 'lib/noter/note_file.rb', line 23

def first_line
  content.split("\n")[0]
end