Slide 32
Slide 32 text
[1, 9] in /app/coupon.rb
1: def get_coupon(user_id, history)
=> 2: if history[user_id] = true
3: return 0
4: end
5: history[user_id] = true
6: 3000
7: end
8:
9: puts get_coupon(1, {})
(byebug) next
[1, 9] in /app/coupon.rb
1: def get_coupon(user_id, history)
2: if history[user_id] = true
=> 3: return 0
4: end
ݱࡏࣥߦ౸ୈ 2 ߦ