Skip to content

Instantly share code, notes, and snippets.

@btaitelb
Created November 14, 2017 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btaitelb/183775caeaacae34182ddbc573e3752d to your computer and use it in GitHub Desktop.
Save btaitelb/183775caeaacae34182ddbc573e3752d to your computer and use it in GitHub Desktop.
require './dice_game'
class WaitFor7
include DiceGame
def winner?
last_roll == 7
end
end
WaitFor7.new.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment