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.
handle_ifdefs_in(body)
public
Removes #ifdefs that would otherwise confuse us
# File lib/rdoc/parser/c.rb, line 972
def handle_ifdefs_in(body)
body.gsub(/^#ifdef HAVE_PROTOTYPES.*?#else.*?\n(.*?)#endif.*?\n/, '\1')
end