Advertisement
Guest User

Generation of array

a guest
May 27th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.22 KB | None | 0 0
  1. # FIXME
  2. def get_books(adjs, verbs, nouns, first_names, last_names, count)
  3.   get_book_names(adjs, verbs, nouns, count).zip(get_authors(first_names, last_names, count), get_date(count), get_requires_permission(count))
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement