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.
start_accepting()
public
Starts accepting with a reset screen
# File lib/rdoc/markup/to_ansi.rb, line 86
def start_accepting
super
@res = ["\e[0m"]
end