Finish the method definition below.
users
is an array of hashes. Each hash has the keys "user" and "clicks", a string representing the user's name and a number representing the number of clicks. Given users
, the method should return a new array of users sorted by the number of clicks in ascending order.