Method: Notable.clear_notes

Defined in:
lib/notable.rb

.clear_notesObject



64
65
66
# File 'lib/notable.rb', line 64

def self.clear_notes
  Thread.current[:notable_notes] = nil
end