Skip to content

Instantly share code, notes, and snippets.

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 TheNotary/c3d796ae327e107cf02903fec313c7b1 to your computer and use it in GitHub Desktop.
Save TheNotary/c3d796ae327e107cf02903fec313c7b1 to your computer and use it in GitHub Desktop.
Here the concrete Game we play on IRC is defined???
https://github.com/bazzinotti/ayumi/blob/master/lib/cinch/plugins/word_game.rb#L12
Notice the Game class is created here... it inherits from a game class for the WordGames module
https://github.com/bazzinotti/ayumi/blob/master/lib/cinch/plugins/word_game.rb#L179
And then we have what I believe to be the abstract class here:
https://github.com/bazzinotti/ayumi/blob/master/lib/cinch/plugins/wordgames/game.rb#L7-L8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment