52 53 54
# File 'lib/notable.rb', line 52 def self.track(note_type, note = nil) notes << {note_type: note_type, note: note} end