class Object
Public Instance Methods
run()
click to toggle source
# File lib/peter_notes/peter_notes.rb, line 5 def run preferences = Preferences.new notes = NoteBook.new(preferences) notes.run end
# File lib/peter_notes/peter_notes.rb, line 5 def run preferences = Preferences.new notes = NoteBook.new(preferences) notes.run end