Method: Notable.notes

Defined in:
lib/notable.rb

.notesObject



60
61
62
# File 'lib/notable.rb', line 60

def self.notes
  Thread.current[:notable_notes] ||= []
end