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.
use_prefix()
public
Adds the stored #prefix to the output and clears it. Lists generate a
prefix for later consumption.
# File lib/rdoc/markup/to_rdoc.rb, line 287
def use_prefix
prefix, @prefix = @prefix, nil
@res << prefix if prefix
prefix
end