Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
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