Finish the method definition below.
users
is an array of hashes, each of which has two keys: "name" and "device".
The method should return names of all users who have a MacBook device, separated by a comma and a space ", "
.
If the user's device contains the string MacBook, (case insensitive), then the user is considered to have a MacBook.