Method: Note#excerpt

Defined in:
lib/cnote/note.rb

#excerptObject



62
63
64
# File 'lib/cnote/note.rb', line 62

def excerpt
  @content.gsub(/[#*\-~]/i, "").strip.slice(0, 80)
end