Skip to content

Instantly share code, notes, and snippets.

View mtcmorris's full-sized avatar

Michael Morris mtcmorris

  • Melbourne, Australia
View GitHub Profile
@mtcmorris
mtcmorris / gist:28f370c327c29a06086b
Created August 24, 2014 02:38
Rails Girls Melbourne
@mtcmorris
mtcmorris / game.rb
Last active May 19, 2018 00:42
Always lynch randomly
require 'pry'
class Villager
def role_prevents_lynching?
false
end
def werewolf?
false
end