I am on Ubuntu. I have a ruby file that looks like this.
class Hangman def initialize @letters = (\'a\'..\'z\').to_a @word = words.sample end def w