Method: NoteLister#call
- Defined in:
- lib/notes_cli/services/note_lister.rb
#call ⇒ Object
10 11 12 13 14 15 |
# File 'lib/notes_cli/services/note_lister.rb', line 10 def call handle_errors return list if entries.any? empty_notebook_notification end |