From 3534f85fcb5f8ff946487b273ee2aee20658a137 Mon Sep 17 00:00:00 2001 From: Alice Lin Date: Wed, 21 Feb 2018 06:07:19 +0000 Subject: [PATCH] Done. --- dice_roll.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/dice_roll.rb b/dice_roll.rb index a5bc106..ca3104f 100644 --- a/dice_roll.rb +++ b/dice_roll.rb @@ -4,4 +4,5 @@ def roll # code goes here + rand(1..6) end