Libraries
»
noter
(0.3.0)
»
Index
»
Noter
»
NoteFile
»
#first_line
Method: Noter::NoteFile#first_line
Defined in:
lib/noter/note_file.rb
#
first_line
⇒
Object
23 24 25
# File 'lib/noter/note_file.rb', line 23
def
first_line
content
.
split
(
"\n"
)
[
0
]
end