Top Level Namespace

Defined Under Namespace

Modules: PeterNotes Classes: ConsoleApp, Notes, Preferences

Instance Method Summary collapse

Instance Method Details

#runObject



5
6
7
8
9
# File 'lib/peter_notes/peter_notes.rb', line 5

def run
  preferences = Preferences.new
  notes = Notes.new(preferences)
  notes.run
end