Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
stamp(type, level, param="", flag=nil)
public
stamp a line with a type, a
level, a prefix, and a flag
# File lib/rdoc/markup/lines.rb, line 67
def stamp(type, level, param="", flag=nil)
@type, @level, @param, @flag = type, level, param, flag
end