new(block_parser)
public
Creates a new parser for
inline markup in the rd
format. The block_parser is used to for footnotes and labels in
the inline text.
# File lib/rdoc/rd/inline_parser.rb, line 89
def initialize block_parser
@block_parser = block_parser
end