Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) 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/simple_markup/lines.rb, line 67
def stamp(type, level, param="", flag=nil)
@type, @level, @param, @flag = type, level, param, flag
end