Skip to content

Commit

Permalink
Fixed a bug preventing method searches from working
Browse files Browse the repository at this point in the history
  • Loading branch information
stcrocco committed Mar 31, 2015
1 parent ca93b44 commit 7386995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ruberri/search.rb
Expand Up @@ -80,7 +80,7 @@ def prepare_method_list methods
def find_classes drv, name
begin cls = drv.expand_class(Regexp.quote(name))
rescue RDoc::RI::Driver::NotFoundError
return []
return
end
stores = drv.classes[cls]
return unless stores
Expand Down

0 comments on commit 7386995

Please sign in to comment.