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.
clear_exclude()
public
# File lib/rake/file_list.rb, line 160
def clear_exclude
@exclude_patterns = []
@exclude_procs = []
self
end