Method: Monograph::Chapter#title

Defined in:
lib/monograph/chapter.rb

#titleObject



31
32
33
# File 'lib/monograph/chapter.rb', line 31

def title
  @title ||= raw =~ /\A\# ([a-z0-9 ]+)$/i ? $1 : 'Unknown'
end