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.
search_string(string)
public
Removes whitespace and downcases string
# File lib/rdoc/generator/json_index.rb, line 287
def search_string string
string.downcase.gsub(/\s/, '')
end