new()
Creates a new RDoc::RD::BlockParser. Use #parse to parse an rd-format document.
# File lib/rdoc/rd/block_parser.rb, line 52 def initialize @inline_parser = RDoc::RD::InlineParser.new self @include_path = [] # for testing @footnotes = [] @labels = {} end