Method: ReVIEW::TOCParser::Paragraph#add

Defined in:
lib/review/tocparser.rb

#add(line) ⇒ Object



254
255
256
# File 'lib/review/tocparser.rb', line 254

def add(line)
  @bytes += line.strip.bytesize
end