This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
next_words_on_error()
Returns words following an error
# File lib/rdoc/rd/inline_parser.rb, line 227 def next_words_on_error if n = @src.rest.index("\n") @src.rest[0 .. (n-1)] else @src.rest end end