Ryan Bigg
Results
2
issues of
Ryan Bigg
Hello, I'd like to propose a change to the Searcher.js module at `lib/rdoc/generator/template/json_index/js/searcher.js`, to have this switch to using Fuse.js for its full text searching and highlighting capabilities. That part...
enhancement
If the #count method has never been called then @current_count is nil, resulting in an error when calling #error. Using the method which initialises ensures this doesn't occur.