This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
unmask_protected_sequences()
Unescapes special sequences of text
# File lib/rdoc/markup/attribute_manager.rb, line 197 def unmask_protected_sequences @str.gsub!(/(.)#{PROTECT_ATTR}/, "\\1\0000") end