Top Level Namespace
Defined Under Namespace
Modules: PeterNotes Classes: ConsoleApp, FileName, Glob, Note, NoteBook, Preferences
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
5 6 7 8 9 |
# File 'lib/peter_notes/peter_notes.rb', line 5 def run preferences = Preferences.new notes = NoteBook.new(preferences) notes.run end |