41 42 43 44 45 46
# File 'lib/contribute/finder.rb', line 41 def find results = finder_client.search_repositories query, options results['items'].map do |r| Repo.new(r['full_name'], r['name'], r['size'], r['watchers'], r['open_issues']) end end