Google::Scholar::Base
# File lib/google/scholar/author_search.rb, line 4 def authors return unless @scraper.documents.first.kind_of?(Google::Scholar::AuthorsDocument) @authors ||= Google::Scholar::AuthorEnumerator.new(@scraper) end